-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.75 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.75 KB
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
{
"name": "express-react-universal-example",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "yarn run jest",
"start:prod": "NODE_ENV=production node build/server.js",
"seed": "yarn run ts-node scripts/seed-db.ts",
"start:debug": "razzle start -- --inspect"
},
"dependencies": {
"axios": "^0.19.0",
"downsample-lttb": "git+https://github.com/pingec/downsample-lttb.git",
"express": "^4.17.1",
"highcharts": "^7.2.1",
"highcharts-react-official": "^2.2.2",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mongodb-memory-server": "^6.0.1",
"mongoose": "^5.7.8",
"razzle": "^3.0.0",
"razzle-plugin-typescript": "^3.0.0",
"react": "^16.10.2",
"react-dom": "^16.10.2"
},
"devDependencies": {
"@babel/preset-env": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@testing-library/react": "^9.3.2",
"@types/express": "^4.17.1",
"@types/jest": "^24.0.19",
"@types/lodash": "^4.14.146",
"@types/moment": "^2.13.0",
"@types/mongoose": "^5.5.30",
"@types/node": "^12.11.1",
"@types/puppeteer": "^1.20.2",
"@types/react": "^16.9.9",
"@types/react-dom": "^16.9.2",
"@types/react-router-dom": "^5.1.0",
"@types/webpack-env": "^1.14.1",
"@typescript-eslint/eslint-plugin": "^2.4.0",
"@typescript-eslint/parser": "^2.4.0",
"babel-preset-react-app": "^9.0.2",
"eslint": "^6.5.1",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"jest": "^24.9.0",
"prettier": "^1.18.2",
"puppeteer": "^2.0.0",
"puppeteer-core": "^2.0.0",
"supertest": "^4.0.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.4"
}
}