-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 loc) · 805 Bytes
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": "mdc-101-web",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "webpack-dev-server --progress"
},
"license": "Apache-2.0",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.0",
"extract-loader": "^1.0.2",
"file-loader": "^1.1.11",
"node-sass": "^4.9.0",
"sass-loader": "^6.0.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.3"
},
"dependencies": {
"@material/button": "^0.41.0",
"@material/drawer": "^0.41.0",
"@material/elevation": "^0.41.0",
"@material/image-list": "^0.41.0",
"@material/list": "^0.41.0",
"@material/ripple": "^0.41.0",
"@material/textfield": "^0.41.0",
"@material/typography": "^0.41.0"
}
}