-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.06 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
{
"name": "mdc-103-web",
"private": true,
"version": "0.0.0",
"scripts": {
"start": "webpack-dev-server --progress",
"build": "webpack"
},
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.7.0",
"css-loader": "^0.28.0",
"dart-sass": "^1.17.2",
"extract-loader": "^1.0.2",
"fibers": "^4.0.0",
"file-loader": "^1.1.11",
"sass-loader": "^7.1.0",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.4.3"
},
"dependencies": {
"@material/button": "^1.0.1",
"@material/drawer": "^1.0.1",
"@material/elevation": "^1.0.0",
"@material/icon-button": "^1.0.0",
"@material/image-list": "^1.0.0",
"@material/list": "^1.0.1",
"@material/ripple": "^1.0.1",
"@material/select": "^3.2.0",
"@material/snackbar": "^3.2.0",
"@material/tab-bar": "^3.2.0",
"@material/textfield": "^1.0.1",
"@material/typography": "^1.0.0",
"fontmetrics": "^1.0.0",
"material-design-icons": "^3.0.1",
"semantic-ui-dropdown": "^2.4.1"
}
}