20 lines
379 B
JSON
20 lines
379 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "rimraf build && sh scripts/build.sh",
|
|
"start": "NODE_PATH=build serve build"
|
|
},
|
|
"devDependencies": {
|
|
"minify": "^8.0.4",
|
|
"rimraf": "^3.0.2",
|
|
"serve": "^13.0.2",
|
|
"tailwindcss": "^3.0.24"
|
|
},
|
|
"engines": {
|
|
"node": "16.x"
|
|
},
|
|
"packageManager": "yarn@3.2.1",
|
|
"license": "MIT"
|
|
}
|