-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.11 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
{
"name": "material-starter-kit",
"version": "0.1.0",
"main": "index.js",
"description": "Built with Material Starter Kit, a file template to get you up and running with Material Components for the Web.",
"scripts": {
"build": "webpack -p",
"//": "If you are building your app locally, in the following line remove everything after webpack-dev-server",
"start": "webpack-dev-server --host 0.0.0.0 --disable-host-check --public $PROJECT_DOMAIN.glitch.me"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^1.0.0",
"extract-loader": "^3.0.0",
"file-loader": "^2.0.0",
"node-sass": "^4.9.4",
"sass-loader": "^7.1.0",
"webpack": "^4.0.0",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.11"
},
"dependencies": {
"@material/button": "^1.0.0",
"@material/ripple": "^1.0.0",
"@material/typography": "^1.0.0",
"@material/layout-grid": "^4.0.0",
"@material/card": "^4.0.0"
},
"engines": {
"node": "10.x"
}
}