-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 974 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
33
34
35
36
{
"name": "hcwong.github.io",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/hcwong/hcwong.github.io",
"author": "Joshua Wong <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server",
"build": "webpack"
},
"devDependencies": {
"@types/react-router-dom": "^4.3.5",
"@types/webpack-env": "^1.13.8",
"awesome-typescript-loader": "^5.2.1",
"css-loader": "^2.1.1",
"node-sass": "^4.12.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"tslint-config-airbnb": "^5.11.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.3.1"
},
"dependencies": {
"@types/react": "^16.8.7",
"@types/react-dom": "^16.8.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-router-dom": "^5.0.1",
"tslint": "^5.13.1",
"typescript": "^3.3.4000"
}
}