2022-05-23 17:02:18 +00:00
|
|
|
{
|
|
|
|
"name": "web",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"scripts": {
|
2024-02-16 08:59:32 +00:00
|
|
|
"build": "rimraf build; sh scripts/build.sh",
|
2024-02-16 08:23:26 +00:00
|
|
|
"pack": "sh scripts/pack.sh",
|
2022-05-23 17:02:18 +00:00
|
|
|
"start": "NODE_PATH=build serve build"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-21 10:22:48 +00:00
|
|
|
"minify": "^9.2.0",
|
2023-09-29 15:45:52 +00:00
|
|
|
"rimraf": "^5.0.5",
|
2024-05-04 12:21:50 +00:00
|
|
|
"serve": "^14.2.3",
|
|
|
|
"tailwindcss": "^3.4.3"
|
2022-05-23 17:02:18 +00:00
|
|
|
},
|
|
|
|
"engines": {
|
2023-10-25 06:58:53 +00:00
|
|
|
"node": "20.x"
|
2024-11-19 11:57:32 +00:00
|
|
|
}
|
2022-05-23 17:02:18 +00:00
|
|
|
}
|