-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
52 lines (52 loc) · 1.37 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
48
49
50
51
52
{
"name": "studs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "rimraf ./dist/ && vite build",
"preview": "vite preview"
},
"dependencies": {
"@types/jest": "^29.5.0",
"@types/node": "^18.15.7",
"bootstrap": "^5.2.3",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"node-sass": "^8.0.0",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.1",
"react-icons": "^4.4.0",
"react-router-dom": "^6.8.2",
"typescript": "^5.0.2"
},
"devDependencies": {
"@types/bootstrap": "^5.2.6",
"@types/lodash": "^4.14.191",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@vitejs/plugin-react": "^3.0.0",
"eslint": "^8.20.0",
"eslint-config-standard": "^17.0.0",
"eslint-config-standard-jsx": "^11.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-storybook": "^0.6.1",
"mark.js": "^8.11.1",
"rimraf": "^3.0.2",
"sass": "^1.60.0",
"vite": "^4.0.1",
"vite-plugin-sass": "^0.1.0"
},
"volta": {
"node": "16.20.2"
}
}