13 lines
384 B
JSON
13 lines
384 B
JSON
{
|
|
"name": "@coder/app",
|
|
"scripts": {
|
|
"start": "node ../../../node_modules/webpack-dev-server/bin/webpack-dev-server.js --config ./webpack.config.js",
|
|
"build": "node ../../../node_modules/webpack/bin/webpack.js --config ./webpack.config.js"
|
|
},
|
|
"dependencies": {
|
|
"@material/checkbox": "^0.44.1",
|
|
"@material/textfield": "^0.44.1",
|
|
"material-components-web": "^0.44.0"
|
|
}
|
|
}
|