-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
65 lines (65 loc) · 1.74 KB
/
package.json
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
{
"private": true,
"homepage": "https://create-react-app-redux.now.sh",
"scripts": {
"deploy": "now && now alias",
"start": "craco start",
"now-start": "serve -s ./build",
"build": "craco build",
"test": "craco test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.2.3",
"prettier": "1.15.3",
"react-scripts": "2.1.1"
},
"dependencies": {
"@craco/craco": "^3.2.3",
"@mapbox/react-colorpickr": "^8.1.2",
"antd": "^3.16.3",
"axios": "^0.18.0",
"color": "^3.1.0",
"connected-react-router": "4.5.0",
"craco-antd": "^1.9.3",
"craco-preact": "^1.1.0",
"draft-js": "^0.10.5",
"immutability-helper": "^2.9.0",
"lodash-decorators": "^6.0.1",
"memoize-one": "^5.0.0",
"moment": "^2.23.0",
"path-parser": "^4.2.0",
"path-to-regexp": "^2.4.0",
"react": "16.7.0",
"react-color": "^2.17.0",
"react-container-query": "^0.11.0",
"react-document-title": "^2.0.3",
"react-dom": "16.7.0",
"react-draft-wysiwyg": "^1.12.19",
"react-highlight-words": "^0.16.0",
"react-media": "^1.9.2",
"react-moment": "^0.8.4",
"react-quill": "^1.3.3",
"react-redux": "5.1.1",
"react-router": "4.3.1",
"react-router-dom": "4.3.1",
"redux": "4.0.1",
"redux-thunk": "^2.3.0",
"sanitize.css": "7.0.3",
"serve": "10.1.1",
"slash2": "^2.0.0",
"styled-components": "^4.1.3",
"sz-react-utils": "^1.0.10",
"unique-id-mixin": "^1.0.0",
"webpack-bundle-analyzer": "^3.0.3",
"webpackbar": "^3.1.4",
"yarn": "^1.17.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}