-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 956 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 956 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
32
33
{
"name": "materialize-webpack",
"version": "1.0.0",
"description": "Materialize Starter Template with webpack",
"scripts": {
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1",
"clean": "rm js/bundle.* css/bundle.* fonts/MaterialIcons-Regular.* rm fonts/Roboto-*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usk83/materialize-webpack.git"
},
"author": "usk",
"bugs": {
"url": "https://github.com/usk83/materialize-webpack/issues"
},
"homepage": "https://github.com/usk83/materialize-webpack#readme",
"devDependencies": {
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^2.6.1"
},
"dependencies": {
"jquery": "^3.2.1",
"material-design-icons": "^3.0.1",
"materialize-css": "^0.98.2"
}
}