-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 841 Bytes
/
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
{
"name": "my-razzle-app",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "razzle start",
"build": "razzle build",
"test": "razzle test --env=jsdom",
"start:prod": "NODE_ENV=production node build/server.js"
},
"dependencies": {
"express": "4.17.1",
"isomorphic-fetch": "^2.2.1",
"razzle": "3.1.3",
"razzle-plugin-typescript": "^3.1.3",
"react": "^16.13.1",
"react-dom": "16.13.1",
"react-lightyear": "^16.10.0",
"react-router-dom": "5.2.0",
"typescript": "^3.9.5"
},
"devDependencies": {
"@types/express": "^4.17.6",
"@types/isomorphic-fetch": "0.0.35",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@types/webpack-env": "^1.15.2",
"eslint": "^7.2.0",
"tslint": "^6.1.2"
}
}