-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "d3-lines",
"version": "0.0.0",
"license": "MIT",
"description": "d3 line types playground",
"scripts": {
"dev": "vite",
"build": "vite build",
"build_exclude_stitches": "tsc && vite build",
"serve": "vite preview",
"predeploy": "yarn build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@jalba/react-css-doodle": "^1.3.0",
"@radix-ui/react-slider": "1.0.0",
"@react-spring/web": "9.5.2",
"@stitches/react": "1.2.8",
"@use-gesture/react": "10.2.17",
"clipboard-copy": "^4.0.1",
"css-doodle": "0.29.0",
"d3": "7.6.1",
"jotai": "1.7.7",
"paper": "^0.12.15",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-tooltip": "^4.2.21",
"react-use": "17.4.0",
"react-use-gesture": "^9.1.3"
},
"devDependencies": {
"@rollup/plugin-image": "2.1.1",
"@rollup/plugin-url": "7.0.0",
"@tailwindcss/forms": "^0.5.2",
"@types/d3": "7.4.0",
"@types/node": "18.6.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@vitejs/plugin-react": "^1.3.2",
"autoprefixer": "10.4.8",
"postcss": "8.4.14",
"rollup-plugin-visualizer": "5.7.1",
"sass": "1.54.0",
"tailwindcss": "3.1.7",
"typescript": "4.7.4",
"vite": "2.9.14"
}
}