-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1 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
{
"name": "react-playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server"
},
"repository": "git+https://github.com/jonahbgoode/react-playground.git",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jonahbgoode/react-playground/issues"
},
"homepage": "https://github.com/jonahbgoode/react-playground#readme",
"dependencies": {
"react": "^16.3.0",
"react-dom": "16.3.0"
},
"devDependencies": {
"@types/react": "^16.3.1",
"@types/react-dom": "^16.0.4",
"autoprefixer": "^8.2.0",
"awesome-typescript-loader": "^4.0.1",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.0",
"node-sass": "^4.8.3",
"postcss-loader": "^2.1.3",
"postcss-object-fit-images": "^1.1.2",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"typescript": "2.7.2",
"webpack": "3.1.0",
"webpack-dev-server": "2.9.0",
"workbox-webpack-plugin": "^3.4.1"
}
}