forked from lecepin/gen-brand-photo-pictrue
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpackage.json
54 lines (54 loc) · 1.63 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "picseal",
"type": "module",
"version": "0.0.0",
"private": true,
"author": "Wang Zhiwei <noparking188@gmail.com>",
"homepage": "https://github.com/zhiwei/picseal.git",
"repository": {
"type": "git",
"url": "https://github.com/zhiwei/picseal.git"
},
"scripts": {
"build:wasm": "node scripts/build-wasm.js",
"dev": "npm run build:wasm && vite",
"build": "npm run build:wasm && tsc && vite build",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"pages": "npm run build && cp vercel.json dist && gh-pages -d dist --dest . --repo `git remote get-url origin`"
},
"dependencies": {
"@ant-design/cssinjs": "^1.22.0",
"@ant-design/icons": "^5.5.1",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"antd": "^5.22.2",
"dom-to-image": "^2.6.0",
"moment": "^2.30.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"wasm": "file:src/wasm"
},
"devDependencies": {
"@antfu/eslint-config": "^3.9.2",
"@eslint-react/eslint-plugin": "^1.17.1",
"@types/dom-to-image": "^2.6.7",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"gh-pages": "^6.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-top-level-await": "^1.4.4",
"vite-plugin-wasm": "^3.3.0"
}
}