-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1000 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
{
"name": "favicon-generator",
"author": "Shuntaro Nishizawa <[email protected]> (https://github.com/shun-shobon)",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,scss}'"
},
"dependencies": {
"@chakra-ui/react": "^2.10.4",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@resvg/resvg-wasm": "^2.6.2",
"framer-motion": "^11.15.0",
"jszip": "^3.10.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-syntax-highlighter": "^15.6.1"
},
"devDependencies": {
"@types/node": "^18.19.68",
"@types/react": "^18.3.18",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^4.3.4",
"prettier": "^3.4.2",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-plugin-html": "^3.2.2"
}
}