generated from huibizhang/template-vite-react-ts-tailwind-v3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "template-vite-react-ts-tailwind-v3",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/gutter": "^0.19.9",
"@codemirror/history": "^0.19.2",
"@codemirror/lang-markdown": "^6.0.5",
"@codemirror/lang-python": "^6.1.0",
"@codemirror/stream-parser": "^0.19.9",
"@codemirror/view": "^6.6.0",
"@fortawesome/fontawesome-free": "^6.2.0",
"@monaco-editor/react": "^4.4.6",
"@types/node": "^18.8.3",
"axios": "^1.1.3",
"codemirror": "^6.0.1",
"daisyui": "^2.31.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.4.0",
"react-router-dom": "^6.4.2",
"recoil": "^0.7.5",
"sass": "^1.55.0",
"styled-components": "^5.3.6",
"webstomp-client": "^1.2.6"
},
"devDependencies": {
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/styled-components": "^5.1.26",
"@vitejs/plugin-react": "^1.0.7",
"prettier": "^2.5.1",
"prettier-plugin-tailwindcss": "^0.1.5",
"tailwind-styled-components": "^2.2.0",
"typescript": "^4.4.4",
"vitawind": "^2.2.4",
"vite": "^2.7.2"
},
"proxy": "http://163.180.146.59:21"
}