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": {
|
2022-06-21 22:20:26 +00:00
|
|
|
"minify": "^9.1.0",
|
2022-05-23 17:02:18 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2022-07-14 16:45:01 +00:00
|
|
|
"serve": "^14.0.1",
|
2022-09-24 14:13:24 +00:00
|
|
|
"tailwindcss": "^3.1.8"
|
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"
|
|
|
|
}
|