-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "vite-react-ts-demo",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:dev": "tsc && vite build --mode dev",
"build:stg": "tsc && vite build --mode stg",
"build:prd": "tsc && vite build --mode prd",
"serve": "vite preview"
},
"dependencies": {
"@atlaskit/theme": "^11.4.0",
"axios": "^0.21.4",
"immutability-helper": "^3.1.1",
"less": "^4.1.1",
"react": "^17.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dnd": "^14.0.2",
"react-dnd-html5-backend": "^14.0.0",
"react-dom": "^17.0.0",
"react-router-dom": "^5.2.1",
"react-use": "^17.3.1",
"sass": "^1.39.0",
"storyblok-js-client": "^4.1.5",
"storyblok-react": "^0.1.2",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@types/react": "^17.0.0",
"@types/react-beautiful-dnd": "^13.1.1",
"@types/react-dom": "^17.0.0",
"@types/react-router-dom": "^5.1.8",
"@types/styled-components": "^5.1.12",
"@vitejs/plugin-legacy": "^1.5.2",
"@vitejs/plugin-react-refresh": "^1.3.1",
"typescript": "^4.3.2",
"vite": "^2.4.4"
}
}