-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
73 lines (73 loc) · 2.51 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
{
"name": "client",
"version": "0.2.1",
"private": true,
"proxy": "http://localhost:3000/",
"dependencies": {
"@firebase/app-types": "0.x",
"antd": "^3.8.1",
"babel-polyfill": "^6.26.0",
"chartist": "0.10.1",
"cryptiles": "^4.1.3",
"dateformat": "^3.0.3",
"dotenv": "^6.0.0",
"firebase": "^4.13.0",
"immutable": "3.7.4",
"js-cookie": "^2.2.0",
"lodash": "^4.17.13",
"merge": "2.1.1",
"moment": "^2.22.0",
"prop-types": "15.6.0",
"react": "^16.5.1",
"react-avatar-editor": "^11.0.4",
"react-chartist": "^0.13.1",
"react-dom": "^16.2.0",
"react-dropzone": "^5.1.0",
"react-easy-chart": "^1.0.0",
"react-ga": "^2.5.3",
"react-moment": "^0.6.8",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "^1.1.1",
"react-scrollspy": "^3.3.5",
"react-sortable-tree": "^1.5.5",
"react-sortable-tree-theme-file-explorer": "^1.1.2",
"react-sortable-tree-theme-full-node-drag": "^1.1.0",
"react-table": "^6.8.6",
"react-table-hoc-fixed-columns": "^0.1.6",
"redux": "^4.0.0",
"redux-form": "^7.2.3",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0",
"reselect": "^3.0.1",
"source-map-explorer": "^1.5.0",
"webpack": "4.0.0",
"webpack-dev-server": "3.1.11",
"yoga-layout": "github:naminho/yoga-layout-windows"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"build": "run-s build.css build.js && rm build/static/js/*.map",
"build-dev": "run-s build.css build.js",
"build.css": "node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/",
"build.js": "cross-env NODE_PATH=. react-app-rewired build",
"start": "run-p start.css start.js",
"start.css": "npm run build.css && node-sass-chokidar --include-path ./src --include-path ./node_modules src/ -o src/ --watch --recursive",
"start.js": "cross-env NODE_PATH=. react-app-rewired start",
"test": "cross-env NODE_PATH=. react-app-rewired test --env=jsdom",
"test.ci": "cross-env CI=true NODE_PATH=. react-app-rewired test --env=jsdom"
},
"devDependencies": {
"babel-plugin-import": "^1.6.3",
"cross-env": "^5.1.1",
"firebase-tools": "^4.1.0",
"minx": "github:r-park/minx",
"node-sass-chokidar": "^1.3.3",
"npm-run-all": "^4.1.2",
"react-app-rewire-less": "^2.1.2",
"react-app-rewired": "^1.5.2",
"redux-devtools-extension": "^2.13.5"
}
}