-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 939 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
{
"name": "vite-react",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest test"
},
"dependencies": {
"@types/react-router-dom": "^5.3.3",
"bulma": "^0.9.3",
"lodash": "^4.17.21",
"mobx": "^6.5.0",
"mobx-react": "^7.3.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "5"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/styled-components": "^5.1.25",
"@vitejs/plugin-react": "^1.3.0",
"babel-plugin-styled-components": "^2.0.7",
"jest": "^28.0.0",
"styled-components": "^5.3.5",
"ts-jest": "^28.0.1",
"typescript": "^4.6.3",
"vite": "^2.9.7",
"vite-plugin-environment": "^1.1.1",
"vite-tsconfig-paths": "^3.4.1"
}
}