-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "@phosphor-icons/pack",
"homepage": "https://pack.phosphoricons.com",
"private": true,
"packageManager": "pnpm@8.2.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier --write --ignore-unknown .",
"prettier:check": "prettier --check --ignore-unknown .",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist"
},
"git": {},
"lint-staged": {
"*": "prettier --write --ignore-unknown"
},
"dependencies": {
"@phosphor-icons/core": "2.1.1",
"@phosphor-icons/web": "2.1.1",
"@vanilla-extract/css": "1.14.0",
"clsx": "1.2.1",
"csstype": "^3.1.3",
"fonteditor-core": "2.3.2",
"fuse.js": "7.0.0",
"jszip": "3.10.1",
"kdim": "0.6.0",
"next": "14.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-selecto": "1.26.1",
"recoil": "0.7.7"
},
"devDependencies": {
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"@vanilla-extract/vite-plugin": "3.9.3",
"@vitejs/plugin-react": "4.2.1",
"eslint": "8.30.0",
"eslint-config-next": "13.1.0",
"gh-pages": "^6.1.1",
"lint-staged": "13.1.0",
"prettier": "2.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.9",
"vite-plugin-svgr": "^4.2.0"
}
}