mirror of
https://github.com/danbulant/ester_os
synced 2026-05-19 20:28:44 +00:00
26 lines
749 B
JSON
26 lines
749 B
JSON
{
|
|
"name": "client",
|
|
"version": "1.0.0",
|
|
"description": "Client application for Ester OS",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "echo \"Start live-server for ./build/ then run 'npm run dev-build' every time a change occurs to rebuild. This is going to be fixed someday.\"",
|
|
"build": "webpack --mode production",
|
|
"dev-build": "webpack --mode development"
|
|
},
|
|
"keywords": [],
|
|
"author": "Daniel Bulant",
|
|
"license": "GPLv3.0-or-later",
|
|
"devDependencies": {
|
|
"css-loader": "^3.4.2",
|
|
"file-loader": "^5.0.2",
|
|
"style-loader": "^1.1.3",
|
|
"ts-loader": "^6.2.1",
|
|
"typescript": "^3.7.5",
|
|
"webpack": "^4.41.6",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"dependencies": {
|
|
"copy-webpack-plugin": "^5.1.1"
|
|
}
|
|
}
|