-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "webapps",
"version": "6.0.1",
"private": true,
"type": "module",
"dependencies": {
"@vitejs/plugin-react": "^4.2.1",
"bootstrap": "^5.3.3",
"bootswatch": "^5.3.3",
"react": "^18.3.1",
"react-bootstrap": "^2.10.2",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"ttag": "^1.7.24",
"vite": "^5.2.11"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.5",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"jsdom": "^24.0.0",
"msw": "^2.3.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.7",
"sass": "^1.77.1",
"ttag-cli": "^1.9.3",
"vitest": "^1.6.0"
},
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"test": "vitest",
"lint": "eslint",
"lint:fix": "eslint"
},
"msw": {
"workerDirectory": [
"public"
]
}
}