-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.47 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
{
"name": "bax-react",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest --ui",
"format": "prettier --write .",
"lint": "eslint --fix . --ext .js,.jsx"
},
"dependencies": {
"@emailjs/browser": "^3.10.0",
"@jridgewell/sourcemap-codec": "^1.4.14",
"@reduxjs/toolkit": "^1.9.2",
"eslint-config-prettier": "^8.6.0",
"express": "^4.18.2",
"jsdom": "^21.1.0",
"prettier": "^2.8.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-hook-form": "^7.41.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.5",
"react-router-hash-link": "^2.4.3",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"vite-plugin-ssr": "^0.4.69"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/ui": "^0.28.2",
"autoprefixer": "^10.4.13",
"eslint": "^8.32.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.20",
"redux-devtools-extension": "^2.13.9",
"tailwindcss": "^3.2.4",
"vite": "^3.2.3",
"vitest": "^0.28.2"
}
}