1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-12 19:08:44 +00:00
code-server-2/packages/app/browser/package.json

11 lines
272 B
JSON
Raw Normal View History

{
"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-components-web": "^0.44.0"
}
}