-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.26 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
45
46
47
{
"name": "vite-react-typescript-starter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.16",
"@mantine/form": "^6.0.16",
"@mantine/hooks": "^6.0.16",
"@mantine/modals": "^6.0.16",
"@mantine/notifications": "^6.0.16",
"@tabler/icons-react": "^2.24.0",
"atomic-router": "^0.8.0",
"atomic-router-react": "^0.8.4",
"axios": "^1.4.0",
"core-js": "^3.31.1",
"effector": "^22.8.6",
"effector-react": "^22.5.3",
"history": "^5.3.0",
"mock-config-server": "^2.4.0",
"patronum": "^1.18.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-imask": "^7.1.2"
},
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"@vitejs/plugin-react": "^4.0.3",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vite": "^4.4.3"
}
}