generated from IamDavidev/Template-React-CleanCode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.79 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
61
62
63
{
"name": "template-react-typescript-chakraui-eslint",
"private": true,
"version": "0.0.1",
"scripts": {
"phoenix::pnpm": "rm -rf pnpm-lock.yaml ./node_modules && pnpm i ",
"dev": "vite",
"build": "tsc && vite build",
"test": "vitest",
"vitest::run": "vitest",
"cypress": "npx cypress open",
"cypress::open": "cypress open",
"cypress::run": "cypress run",
"coverage::vitests": "vitest --coverage",
"preview::vite": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "2.2.4",
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@supabase/supabase-js": "1.35.4",
"@testing-library/jest-dom": "^5.16.5",
"axios": "0.27.2",
"babel-jest": "^28.1.3",
"cypress": "10.3.1",
"eslint-config-prettier": "8.5.0",
"framer-motion": "6.3.11",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"lodash": "4.17.21",
"prettier": "2.7.1",
"react": "18.2.0",
"react-dom": "18.0.0",
"react-hotkeys-hook": "^3.4.7",
"react-router-dom": "6.3.0",
"react-test-renderer": "^18.2.0",
"rollup": "2.75.6",
"swr": "1.3.0"
},
"devDependencies": {
"@rollup/plugin-alias": "3.1.9",
"@testing-library/react": "^13.3.0",
"@types/node": "17.0.42",
"@types/react": "18.0.0",
"@types/react-dom": "18.0.0",
"@types/react-test-renderer": "^18.0.0",
"@types/testing-library__jest-dom": "^5.14.5",
"@typescript-eslint/eslint-plugin": "5.27.1",
"@typescript-eslint/parser": "5.27.1",
"@vitejs/plugin-react": "1.3.0",
"eslint": "8.0.1",
"eslint-config-standard": "17.0.0",
"eslint-plugin-import": "2.25.2",
"eslint-plugin-n": "15.0.0",
"eslint-plugin-promise": "6.0.0",
"eslint-plugin-react": "7.30.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "5.6.0",
"typescript": "4.6.3",
"vite": "2.9.9",
"vitest": "0.20.2"
}
}