-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
38 lines (38 loc) · 1.07 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
{
"name": "ssr",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@types/express": "^4.16.0",
"@types/http-proxy-middleware": "^0.17.5",
"@types/node": "^10.5.2",
"@types/react": "^16.4.6",
"@types/react-dom": "^16.0.6",
"@types/webpack": "^4.4.5",
"@types/webpack-dev-middleware": "^2.0.1",
"axios": "^0.18.0",
"csstips": "^0.3.0",
"express": "^4.16.3",
"express-http-proxy": "^1.2.0",
"http-proxy-middleware": "^0.18.0",
"json-schema-to-typescript": "^5.5.0",
"nodemon": "^1.17.5",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"ts-loader": "^4.4.2",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"typestyle": "^2.0.1",
"webpack": "^4.15.1",
"webpack-dev-middleware": "^3.1.3"
},
"devDependencies": {},
"scripts": {
"start": "NODE_PATH=./ nodemon --exec node_modules/.bin/ts-node --watch server/ --watch client/ -e ts,tsx index.tsx",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}