2022-05-23 17:02:18 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
|
|
|
"build": "rimraf build && sh scripts/build.sh",
|
|
|
|
"start": "NODE_PATH=build serve build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-20 15:24:27 +00:00
|
|
|
"minify": "^10.0.0",
|
2023-05-20 18:21:35 +00:00
|
|
|
"rimraf": "^5.0.1",
|
2023-02-21 18:40:07 +00:00
|
|
|
"serve": "^14.2.0",
|
2023-05-20 15:24:27 +00:00
|
|
|
"tailwindcss": "^3.3.2"
|
2022-05-23 17:02:18 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
|
|
|
"node": "16.x"
|
|
|
|
},
|
2022-05-23 17:05:58 +00:00
|
|
|
"packageManager": "yarn@3.2.1",
|
2022-05-23 17:02:18 +00:00
|
|
|
"license": "MIT"
|
|
|
|
}
|