-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 962 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
39
40
41
{
"name": "viz-playground",
"version": "1.0.0",
"author": {
"email": "docmars@gmail.com",
"name": "Andy Merskin",
"url": "https://andymerskin.com"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.4",
"lodash": "^4.17.21",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-select": "^4.3.1",
"victory": "^36.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.173",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-select": "^4.0.17",
"@vitejs/plugin-react-refresh": "^1.3.1",
"tailwindcss": "^2.2.15",
"twin.macro": "^2.7.0",
"typescript": "^4.3.2",
"vite": "^2.5.4",
"vite-plugin-babel-macros": "^1.0.5"
},
"babelMacros": {
"twin": {
"preset": "emotion"
}
}
}