-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
61 lines (61 loc) · 1.7 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
60
61
{
"name": "react-native-performance-monitor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"analyze": "cross-env BUNDLE_ANALYZE=true next build ",
"dev": "node server.js",
"env": "node ./bin/env.js",
"build": "next build",
"export": "next export -o lib/src/out",
"start": "cross-env NODE_ENV=production npm run build && cross-env NODE_ENV=production node server.js",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@babel/core": "^7.0.1",
"@babel/polyfill": "^7.8.3",
"@babel/register": "^7.0.0",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"babel-eslint": "10.0.1",
"bootstrap": "4.3.1",
"cacheable-response": "^2.0.1",
"classnames": "^2.2.6",
"cookie": "0.4.0",
"eslint": "6.2.2",
"eslint-config-airbnb": "17.1.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-config-prettier": "3.6.0",
"eslint-plugin-import": "2.14.0",
"eslint-plugin-jsx-a11y": "6.1.2",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "7.11.1",
"eslint-watch": "4.0.2",
"express": "^4.17.1",
"fs-extra": "8.1.0",
"fusioncharts": "^3.15.0-sr.1",
"lodash": "4.17.19",
"merge-deep": "^3.0.3",
"moment": "^2.24.0",
"next": "9.0.4",
"node-sass": "4.12.0",
"prettier": "1.15.2",
"prop-types": "15.7.2",
"raw-loader": "^4.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-fusioncharts": "^3.1.1",
"socket.io": "^2.4.0",
"socket.io-client": "^2.3.0",
"webpack": "4.38.0"
},
"devDependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"nodemon": "^1.19.1"
}
}