-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.17 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
{
"name": "react-static-typescript-enabled",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "react-static start",
"stage": "react-static build --staging",
"build": "react-static build",
"serve": "serve dist -p 3000"
},
"dependencies": {
"@kuroku/react-static-favicons": "^0.0.7",
"axios": "^0.18.0",
"extract-text-webpack-plugin": "^3.0.2",
"querystring": "^0.2.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-router": "^4.2.0",
"react-router-ga": "^1.0.0",
"react-static": "^5.9.7",
"styled-components": "^3.4.5",
"webpack": "^3.12.0"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/node": "^9.4.7",
"@types/react": "^16.0.40",
"@types/react-dom": "^16.0.4",
"@types/react-hot-loader": "^3.0.6",
"@types/react-router": "^4.0.16",
"@types/webpack-env": "^1.13.5",
"convert-tsconfig-paths-to-webpack-aliases": "^0.9.2",
"eslint-config-react-tools": "1.1.2",
"serve": "^6.5.3",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "all"
}
}