-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 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
36
37
38
{
"name": "chakra-color-palette",
"version": "1.0.0",
"description": "",
"keywords": [],
"main": "src/index.tsx",
"dependencies": {
"@ark-ui/react": "^1.2.1",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"d3-scale": "^3.3.0",
"framer-motion": "^10.16.16",
"lucide-react": "^0.302.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"wcag-color": "^1.1.1"
},
"devDependencies": {
"@pandacss/dev": "^0.23.0",
"@park-ui/panda-preset": "^0.27.0",
"@types/d3-scale": "^3.2.3",
"@types/react": "18.2.45",
"@types/react-dom": "18.2.18",
"@vitejs/plugin-react-swc": "^3.5.0",
"typescript": "5.3.3",
"vite": "^5.0.10",
"vite-plugin-svgr": "^4.2.0",
"vite-tsconfig-paths": "^4.2.2"
},
"scripts": {
"prepare": "panda codegen",
"start": "vite --host",
"build": "vite build",
"test": "react-scripts test --env=jsdom"
}
}