20 lines
378 B
JSON
20 lines
378 B
JSON
{
|
|
"name": "web",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"build": "rimraf build && sh scripts/build.sh",
|
|
"start": "NODE_PATH=build serve build"
|
|
},
|
|
"devDependencies": {
|
|
"minify": "^9.2.0",
|
|
"rimraf": "^5.0.5",
|
|
"serve": "^14.2.1",
|
|
"tailwindcss": "^3.3.4"
|
|
},
|
|
"engines": {
|
|
"node": "20.x"
|
|
},
|
|
"packageManager": "yarn@4.0.0",
|
|
"license": "MIT"
|
|
}
|