-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.53 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
{
"name": "chellenge",
"private": true,
"version": "0.0.0",
"type": "module",
"homepage": "https://sagadav.github.io/react-mini-challenges",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"test": "vitest"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.1",
"clsx": "^1.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-textarea-autosize": "^8.4.0",
"redux-persist": "^6.0.0",
"sass": "^1.56.1"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@testing-library/jest-dom": "^5.16.5",
"@types/jest": "^29.2.6",
"@types/node": "^18.11.9",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.27.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard-with-typescript": "^23.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"gh-pages": "^4.0.0",
"jest": "^29.3.1",
"jsdom": "^21.1.0",
"prettier": "^2.8.0",
"typescript": "^4.9.3",
"vite": "^3.2.3",
"vitest": "^0.27.3"
}
}