-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 939 Bytes
/
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
{
"name": "react_mobile",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "set PORT=8084&&react-app-rewired start",
"build": "react-app-rewired build",
"build:server": "http-server ./build -a 127.0.0.1 -p 7070",
"lint": "eslint --ext .js src test"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"antd-mobile": "~2.2.2",
"axios": "~0.18.0",
"babel-plugin-import": "~1.8.0",
"babel-plugin-transform-decorators-legacy": "~1.3.5",
"babel-polyfill": "~6.26.0",
"dva": "~2.3.1",
"dva-loading": "~2.0.3",
"fastclick": "~1.0.6",
"jquery": "~3.3.1",
"less": "~3.7.1",
"less-loader": "~4.1.0",
"less-vars-to-js": "~1.2.1",
"query-string": "~6.1.0",
"react": "~16.4.1",
"react-app-rewired": "~1.5.2",
"react-dom": "~16.4.1",
"react-scripts": "~1.1.4",
"store2": "~2.7.0",
"underscore": "~1.9.1"
}
}