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