-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 856 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
{
"name": "react-tryout",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"serve": "vite preview"
},
"dependencies": {
"i18next": "^21.5.3",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"react-i18next": "^11.14.3",
"react-query": "^3.33.5",
"react-router-dom": "6",
"styled-components": "^5.3.3"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/styled-components": "^5.1.15",
"@vitejs/plugin-react": "^1.0.0",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-styled-components": "^2.0.1",
"tailwindcss": "^2.2.19",
"twin.macro": "^2.8.1",
"typescript": "^4.3.2",
"vite": "^2.6.4"
},
"babelMacros": {
"twin": {
"preset": "styled-components",
"autoCssProp": false
}
}
}