generated from RodrigoRVSN/next-boilerplate-bunny
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.78 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": "app",
"version": "0.0.53",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"cy:open": "npx cypress open",
"cy:run": "npx cypress run",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"prepare": "husky install",
"lint": "eslint . --fix"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.2",
"@sentry/nextjs": "^7.61.0",
"next": "^13.1.6",
"next-pwa": "^5.6.0",
"phosphor-react": "^1.4.1",
"react": "^18",
"react-dom": "^18",
"react-redux": "^8.0.5",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.2",
"socket.io-client": "^4.6.0"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@testing-library/react": "^14.0.0",
"@types/node": "^18.14.0",
"@types/react": "^18",
"@typescript-eslint/eslint-plugin": "^5.52.0",
"@typescript-eslint/parser": "^5.52.0",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.28.5",
"autoprefixer": "^10.4.13",
"bun-framework-next": "^12",
"c8": "^7.13.0",
"cypress": "^12.6.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"is-number": "^7.0.0",
"jsdom": "^21.1.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"tailwindcss": "^3.2.7",
"tsconfig-paths": "^4.1.2",
"typescript": "latest",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.5"
}
}