generated from Bside-Team-Four/nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
113 lines (113 loc) ยท 3.6 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "popo",
"version": "1.0.0",
"private": true,
"description": "์ข์ํ๋ ๋ง์์ ์ต๋ช
์ผ๋ก ํํํ๊ณ ์ถ์ 10๋๋ฅผ ์ํ, ํฌํ ํ์์ SNS ํ๋ซํผ POPO โค๏ธ",
"license": "MIT",
"author": "B-Side Team4",
"keywords": [
"popo",
"react",
"next.js",
"project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Bside-Team-Four/popo-client.git"
},
"bugs": {
"url": "https://github.com/Bside-Team-Four/popo-client/issues"
},
"homepage": "https://popo-client.vercel.app",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint 'src/**/*.{js,jsx,ts,tsx}' --fix",
"test:unit": "jest",
"test:watch": "jest --watch",
"test:watchAll": "jest --watchAll",
"test:coverage": "yarn test:unit --coverage",
"test:watchAll:coverage": "jest --watchAll --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:pnp": "node ./scripts/cypress-pnp.cjs",
"test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"postinstall": "husky install && chmod ug+x .husky/*"
},
"dependencies": {
"@ducanh2912/next-pwa": "^8.2.0",
"@tanstack/react-query": "^4.28.0",
"@tanstack/react-query-devtools": "^4.28.0",
"axios": "^1.3.4",
"dayjs": "^1.11.7",
"framer-motion": "^10.10.0",
"lodash": "^4.17.21",
"next": "13.3.0",
"next-auth": "^4.22.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.43.9",
"react-intersection-observer": "^9.4.3",
"react-toastify": "^9.1.3",
"recoil": "^0.7.7",
"styled-components": "beta",
"styled-reset": "^4.4.6",
"ua-parser-js": "^1.0.37",
"usehooks-ts": "^2.9.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@lhci/cli": "^0.11.0",
"@next/eslint-plugin-next": "^13.3.0",
"@svgr/webpack": "^6.5.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/jest-plugin-context": "^2",
"@types/lodash": "^4",
"@types/node": "18.15.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/react-test-renderer": "^18",
"@types/styled-components": "^5",
"@types/testing-library__jest-dom": "^5",
"@types/ua-parser-js": "^0.7.39",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"axios-mock-adapter": "^1.21.4",
"cypress": "^12.7.0",
"eslint": "8.36.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-lodash-fp": "^2.2.0-a1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-testing-library": "^5.10.2",
"eslint-plugin-unused-imports": "^2.0.0",
"given2": "^2.1.7",
"husky": "^8.0.0",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-plugin-context": "^2.9.0",
"jest-styled-components": "^7.1.1",
"lint-staged": "^13.2.0",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^2.0.0",
"typescript": "4.9.5"
},
"packageManager": "yarn@3.4.1",
"dependenciesMeta": {
"next@13.3.0": {
"unplugged": true
}
}
}