-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.94 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.94 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "@ingresse/aphrodite",
"version": "3.2.0",
"private": false,
"license": "MIT",
"description": "React UI library from ingresse.com",
"homepage": "https://ingresse.github.io/aphrodite-react/",
"repository": {
"type": "git",
"slug": "/aphrodite-react",
"url": "git+https://github.com/ingresse/aphrodite-react.git"
},
"main": "dist/index.js",
"module": "dist/index.modern.js",
"source": "src/index.js",
"peerDependencies": {
"react": "^16.8.x"
},
"dependencies": {
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"@emotion/styled-base": "^10.0.31",
"@fnando/cnpj": "^1.0.2",
"@fnando/cpf": "^1.0.2",
"chroma-js": "^2.1.1",
"dayjs": "^1.10.4",
"rc-pagination": "^3.1.6",
"react-clipboard.js": "^2.0.16",
"react-input-mask": "^2.0.4",
"react-quill": "^1.3.5",
"react-toastify": "^7.0.4",
"react-tooltip": "4.2.21"
},
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-flow": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@preconstruct/cli": "^1.1.4",
"babel-loader": "^8.0.6",
"chai": "^4.2.0",
"docz": "1.3.2",
"docz-plugin-css": "0.11.0",
"docz-theme-default": "1.2.0",
"docz-theme-ztopia": "0.1.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.5.0",
"gh-pages": "^2.2.0",
"microbundle-crl": "^0.13.11",
"react": "^16.8.x",
"react-dom": "^16.8.x",
"react-hot-loader": "^4.13.0"
},
"scripts": {
"deps": "npm install",
"setup": "npm install",
"start": "microbundle-crl watch --no-compress --format modern,cjs",
"dev": "npm run docs",
"docs": "docz dev --port=3003",
"build-docs": "rm -rf .docz/ && docz build",
"build": "npm run build-docs && microbundle-crl --no-compress --format modern,cjs",
"spread": "gh-pages -d docs && npm publish",
"deploy": "npm run build && npm run spread",
"test": "echo \"No test specified\""
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"authors": [
"Ingresse",
"Ana Paula de Oliveira",
"Ana Flávia Rodrigues",
"Maicon Silva",
"Marcelo Bissuh",
"Udimberto Silvestre Junior"
],
"bugs": {
"url": "https://github.com/ingresse/aphrodite-react/issues"
},
"directories": {
"doc": "docs"
},
"keywords": [
"ingresse",
"aphrodite",
"react",
"styled",
"emotion"
],
"author": "@udimberto",
"engines": {
"node": "10.x",
"npm": "6.x"
}
}