-
-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
36 lines (36 loc) · 961 Bytes
/
package.json
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
29
30
31
32
33
34
35
36
{
"name": "sim-phi-vite",
"private": true,
"version": "1.5.9.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node scripts/build.js",
"preview": "vite preview",
"eslint:check": "eslint src",
"eslint:format": "eslint --fix src"
},
"dependencies": {
"@sim-phi/extends": "^0.3.4",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"stackblur-canvas": "^2.7.0"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9",
"@eslint/js": "^9.13.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^2.10.0",
"@types/eslint": "^9.6.1",
"@types/md5": "^2.3.5",
"@types/prompts": "^2.4.9",
"eslint": "^9.13.0",
"globals": "^15.11.0",
"picocolors": "^1.1.1",
"prompts": "^2.4.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.12.2",
"vite": "^5.4.10"
}
}