forked from tacyarg/vgodogg-frontend-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "react-test",
"version": "0.1.0",
"dependencies": {
"@blueprintjs/core": "^3.6.1",
"axios": "^0.18.0",
"bluebird": "^3.5.2",
"classnames": "^2.2.6",
"express": "^4.16.3",
"gh-pages": "^2.0.0",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"query-string": "^6.1.0",
"react": "^16.5.2",
"react-addons-css-transition-group": "^15.6.2",
"react-component-lazy": "^1.3.2",
"react-countup": "^4.0.0-alpha.6",
"react-dom": "^16.5.2",
"react-icons": "^3.1.0",
"react-lazy-load-image-component": "^1.1.4",
"react-lazyload": "^2.3.0",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.4",
"react-transition-group": "^1.2.1",
"react-virtualized": "^9.20.1",
"socket.io-client": "^2.1.1",
"statesync": "^0.2.5",
"uuid": "^3.3.2"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "npm run build && node express.js",
"dev": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": "https://vgodogg.com"
}