forked from mxlle/13k-purrfect-plan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "purrfect-plan",
"version": "1.0.0",
"main": "index",
"type": "module",
"scripts": {
"build": "vite build",
"build-js13k": "vite build -m js13k && npm run package",
"build-poki": "vite build -m poki && npm run package",
"package": "node scripts/package.js dist",
"clean": "rimraf dist",
"start": "vite"
},
"devDependencies": {
"@rollup/plugin-replace": "^6.0.2",
"archiver": "^7.0.1",
"lightningcss": "^1.30.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^6.0.3",
"sass": "^1.77.8",
"type-fest": "^4.25.0",
"vite": "^7.1.2",
"vite-awesome-svg-loader": "^2.1.0",
"vite-plugin-html": "^3.2.2",
"unplugin-ast": "^0.15.2"
}
}