-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.77 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
53
54
55
56
57
58
59
60
{
"name": "expertus-ui",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "jest"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/progress": "^0.2.7",
"@inertiajs/server": "^0.1.0",
"@jest/types": "^28.1.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^14.2.1",
"@types/jest": "^28.1.4",
"@types/node": "^17.0.42",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/svgo": "^2.6.3",
"@types/testing-library__jest-dom": "^5.14.5",
"@types/ziggy-js": "^1.3.2",
"@typescript-eslint/eslint-plugin": "^5.30.0",
"@typescript-eslint/parser": "^5.30.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.18.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.3",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-testing-library": "^5.5.1",
"formik": "^2.2.9",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"postcss": "^8.4.14",
"postcss-custom-media": "^8.0.2",
"postcss-custom-selectors": "^6.0.3",
"postcss-media-minmax": "^5.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"sass": "^1.52.3",
"svgo": "^2.8.0",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.2",
"typescript": "^4.6.3",
"vite": "^2.9.12",
"vite-plugin-svgr": "^2.1.1",
"yup": "^0.32.11",
"ziggy-js": "^1.4.6",
"zustand": "^4.0.0-rc.1"
}
}