-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.97 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.97 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
{
"name": "rap2-dolores",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"dev": "npm run start",
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch --recursive",
"start-js": "react-app-rewired start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-app-rewired build",
"test-backup": "npm run linter && react-app-rewired test --env=jsdom",
"test": "npm run linter",
"eject": "react-app-rewired eject",
"linter": "standard --fix"
},
"repository": {
"type": "git",
"url": "git@gitlab.alibaba-inc.com:thx/rap2-dolores.git"
},
"author": "mozhi.gyy@alibaba-inc.com",
"license": "ISC",
"dependencies": {
"animate.css": "3.6.1",
"bootstrap": "^4.1.1",
"chart.js": "^2.6.0",
"codemirror": "5.39.0",
"graceful": "1.0.1",
"jquery": "^3.3.1",
"koa": "2.5.1",
"koa-router": "7.4.0",
"koa-session": "5.8.1",
"koa-static": "5.0.0",
"lodash": "4.17.10",
"mockjs": "1.0.1-beta3",
"moment": "2.22.2",
"node-fetch": "2.1.2",
"normalizr": "^3.2.4",
"nprogress": "0.2.0",
"parsleyjs": "^2.7.2",
"popper.js": "^1.14.3",
"prop-types": "15.6.2",
"react": "16.4.1",
"react-dom": "16.14.0",
"react-icons": "2.2.7",
"react-modal": "3.4.5",
"react-redux": "5.0.7",
"react-router": "4.3.1",
"react-router-config": "1.0.0-beta.4",
"react-router-dom": "4.3.1",
"react-router-redux": "5.0.0-alpha.6",
"redux": "4.0.0",
"redux-saga": "0.16.0",
"reselect": "^3.0.1",
"sortablejs": "1.7.0",
"urijs": "1.19.1"
},
"standard": {
"parser": "babel-eslint",
"globals": [
"fetch"
],
"ignore": [
"/build"
]
},
"devDependencies": {
"babel-eslint": "7.2.3",
"node-sass": "4.9.0",
"npm-run-all": "4.1.3",
"react-app-rewired": "^1.6.2",
"react-scripts": "1.1.4",
"standard": "11.0.1"
}
}