forked from lchzh3473/sim-phi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.01 KB
/
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.8",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && node scripts/build.js",
"preview": "vite preview",
"eslint:check": "eslint --ext .js,.ts src",
"eslint:format": "eslint --fix \"src/**/*.{js,ts}\""
},
"dependencies": {
"@sim-phi/extends": "^0.3.2",
"jszip": "^3.10.1",
"md5": "^2.3.0",
"stackblur-canvas": "^2.6.0"
},
"devDependencies": {
"@babel/plugin-transform-nullish-coalescing-operator": "^7.23.4",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^1.5.1",
"@types/eslint": "^8.56.0",
"@types/md5": "^2.3.5",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^8.56.0",
"eslint-plugin-rulesdir": "^0.2.2",
"picocolors": "^1.0.0",
"prompts": "^2.4.2",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}