-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
156 lines (156 loc) Β· 5.05 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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"name": "soople",
"version": "0.0.1",
"description": "μ€ν°λμ νλ‘μ νΈλ₯Ό μ°κ²°ν΄μ£Όλ soople! π¨",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext ts,tsx .",
"lint:changed-since": "eslint $(git diff --name-only --diff-filter=d origin/main | grep -E \"(.js$|.jsx|.ts$|.tsx$)\")",
"test:unit": "jest",
"test:unit:changed-since": "yarn test:unit --changedSince=origin/main",
"test:watch": "jest --watch",
"test:watchAll": "jest --watchAll",
"test:watch:coverage": "jest --watch --coverage",
"test:watchAll:coverage": "jest --watchAll --coverage",
"test:coverage": "yarn test:unit --coverage",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"test:e2e": "start-server-and-test dev http://localhost:3000 cypress:run",
"prepare": "husky install",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"keywords": [
"soople",
"react",
"next.js",
"TDD",
"study",
"project"
],
"repository": {
"type": "git",
"url": "git+https://github.com/jenny-harang/soople.git"
},
"author": "Harang & Jennie",
"license": "MIT",
"bugs": {
"url": "https://github.com/jenny-harang/soople/issues"
},
"homepage": "https://soople.io",
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@hookform/resolvers": "^2.9.10",
"@next/bundle-analyzer": "^14.2.3",
"@nf-team/core": "^2.0.1",
"@nf-team/react": "^2.0.1",
"@remirror/pm": "^1.0.20",
"@remirror/react": "^1.0.39",
"@remirror/styles": "^1.1.3",
"@sentry/nextjs": "^7.77.0",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"dayjs": "^1.11.6",
"emotion-normalize": "^11.0.1",
"facepaint": "^1.2.1",
"firebase": "^9.9.1",
"firebase-admin": "^11.0.0",
"hast-util-to-string": "^2.0.0",
"nanoid": "^4.0.2",
"next": "^14.2.15",
"next-pwa": "^5.6.0",
"next-seo": "^6.0.0",
"nextjs-progressbar": "^0.0.16",
"nookies": "^2.5.2",
"qs": "^6.11.0",
"react": "^18.2.0",
"react-canvas-confetti": "^1.3.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-hook-form": "^7.38.0",
"react-images-uploading": "^3.1.6",
"react-intersection-observer": "^9.2.2",
"react-responsive": "^9.0.0",
"react-select": "^5.3.1",
"react-spinners": "^0.13.6",
"react-toastify": "^8.2.0",
"react-toggle": "^4.1.2",
"react-type-animation": "^2.1.2",
"react-use": "^17.4.0",
"recoil": "^0.7.7",
"refractor": "^4.7.0",
"rehype-parse": "^8.0.4",
"rehype-stringify": "^9.0.3",
"remirror": "^1.0.85",
"sanitize-html": "^2.12.1",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"yup": "^0.32.11"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@emotion/eslint-plugin": "^11.11.0",
"@mdx-js/react": "^1.6.22",
"@nf-team/eslint-config": "^2.0.1",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-docs": "^6.5.13",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-vite": "^0.2.5",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.2.0",
"@types/facepaint": "^1.2.2",
"@types/jest": "^29.4.0",
"@types/jest-plugin-context": "^2.9.5",
"@types/node": "^17.0.31",
"@types/qs": "^6.9.7",
"@types/react": "^18.0.24",
"@types/react-dom": "^18.0.8",
"@types/react-toggle": "^4.0.3",
"@types/refractor": "^3.0.2",
"@types/sanitize-html": "^2.6.2",
"@types/testing-library__jest-dom": "^5.14.3",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"cypress": "^10.1.0",
"cypress-firebase": "^2.2.1",
"eslint": "^8.20.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.3.0",
"eslint-plugin-cypress": "^2.12.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-storybook": "^0.6.1",
"eslint-plugin-testing-library": "^5.10.0",
"eslint-plugin-unused-imports": "^2.0.0",
"given2": "^2.1.7",
"husky": "^8.0.1",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-plugin-context": "^2.9.0",
"lint-staged": "^13.0.0",
"next-test-api-route-handler": "^3.1.9",
"node-mocks-http": "^1.11.0",
"react-test-renderer": "^18.2.0",
"start-server-and-test": "^1.14.0",
"typescript": "^4.6.4",
"vite": "^3.2.11"
},
"browserslist": [
"since 2017"
]
}