-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.31 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
{
"name": "it-connect",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000",
"deploy:firebase": "yarn build && firebase deploy",
"test": "mocha --require babel-core/register"
},
"dependencies": {
"antd": "^3.8.1",
"axios": "^0.16.2",
"bluebird": "^3.5.1",
"firebase": "^5.4.0",
"moment": "^2.22.2",
"qrcode.react": "^0.8.0",
"ramda": "^0.25.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-qr-reader": "^2.1.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-static": "^5.9.7",
"redux": "^4.0.0",
"redux-define": "^1.1.1",
"styled-components": "^3"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"babel-plugin-styled-components": "^1.3.0",
"chai": "^4.1.2",
"eslint": "^5.2.0",
"eslint-config-react-tools": "1.x.x",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^7.10.0",
"eslint-plugin-standard": "^3.1.0",
"mocha": "^5.2.0",
"serve": "^6.1.0"
}
}