-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.26 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.26 KB
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
45
46
47
48
49
50
51
{
"name": "react-mbox-starter",
"version": "0.0.1",
"scripts": {
"start": "vite --mode dev",
"dev": "vite ",
"build:dev": "vite build --mode dev",
"build:int": "vite build --mode int",
"build:prod": "vite build --mode prod",
"serve": "vite preview --mode dev"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.0-next.1",
"@chakra-ui/react": "^2.0.0-next.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"framer-motion": "^6.3.3",
"i18next": "^21.7.1",
"i18next-xhr-backend": "^3.2.2",
"mobx": "6.5.0",
"mobx-react": "7.4.0",
"mobx-react-lite": "^3.4.0",
"mobx-router": "1.0.0",
"mobx-state-tree": "5.1.4",
"mst-middlewares": "5.1.4",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-i18next": "^11.16.9",
"react-icons": "^4.3.1"
},
"devDependencies": {
"@types/node": "17.0.23",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"@vitejs/plugin-react": "1.3.0",
"autoprefixer": "^10.4.7",
"mobx-devtools-mst": "^0.9.30",
"postcss": "^8.4.13",
"prettier": "2.6.2",
"rollup-plugin-analyzer": "4.0.0",
"sass": "1.51.0",
"tailwindcss": "^3.0.24",
"vite": "2.9.8"
},
"description": "",
"main": "vite.config.js",
"type": "module",
"author": "",
"license": "UNLICENSED",
"packageManager": "yarn@3.1.1"
}