-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 944 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
{
"name": "materialui-styled-test",
"version": "0.0.1",
"description": "Styled Test App",
"scripts": {
"serve-dev": "webpack-dev-server --inline --history-api-fallback --host 0.0.0.0 --port 3000 --hot --config ./build/dev/webpack.dev.js --content-base static-dev --mode development",
"install-packages": "npm install",
"check-updates": "npx npm-check-updates --packageFile package.json"
},
"repository": {
"type": "git"
},
"license": "UNLICENSED",
"dependencies": {
"@material-ui/core": "^4.0.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"styled-components": "4.1.3"
},
"devDependencies": {
"@types/react": "^16.8.19",
"@types/react-dom": "^16.8.4",
"@types/styled-components": "4.1.8",
"html-webpack-plugin": "^3.2.0",
"ts-loader": "^6.0.2",
"typescript": "^3.5.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.5.1"
}
}