forked from ungdev/UA-appli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.72 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
{
"name": "uttarena.app",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.9.2",
"axios": "^0.18.0",
"chart.js": "^2.7.3",
"chat-template": "^0.0.26",
"classnames": "^2.2.5",
"deckstrings": "^2.0.0",
"history": "^4.7.2",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"node-static": "^0.7.10",
"openid-client": "^2.4.2",
"pm2": "^2.10.4",
"react": "^16.4.0",
"react-chartjs-2": "^2.7.4",
"react-dom": "^16.4.0",
"react-form": "^3.5.5",
"react-konami": "^0.5.0",
"react-modal": "^3.4.5",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.1.4",
"react-select": "^2.0.0-beta.2",
"react-tabs": "^2.2.2",
"react-twitter-embed": "^2.0.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-notifications": "^4.0.1",
"redux-thunk": "^2.3.0",
"smooth-scroll": "^14.2.0",
"socket.io": "^2.1.1"
},
"scripts": {
"dev": "react-scripts start",
"build": "react-scripts build",
"start": "static build --host-address 0.0.0.0 --port 8080 --spa",
"serve": "pm2 serve build -i max --name arena.utt.fr-2018",
"reload": "pm2 reload arena.utt.fr-2018 --update-env",
"lint": "eslint --ext .jsx,.js src/",
"lintfix": "eslint --fix --ext .jsx,.js src/"
},
"proxy": "http://localhost:3000",
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.13.0",
"prettier": "^1.17.1"
}
}