-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "Stack-Knowledge-front",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"client": "pnpm --filter client",
"admin": "pnpm --filter admin",
"storybook": "pnpm --filter storybook"
},
"dependencies": {
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@storybook/react": "^7.2.1",
"@tanstack/react-query": "^4.29.7",
"@tanstack/react-query-devtools": "^4.29.7",
"@types/react": "^18.2.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "5.0.0-canary-0cdfef19b-20231211",
"eslint-plugin-sort-exports": "^0.8.0",
"eslint-plugin-storybook": "^0.6.15",
"eslint-plugin-unused-imports": "^3.0.0",
"ldrs": "^1.0.1",
"next": "13.4.2",
"react": "^18.2.0",
"react-toastify": "^9.1.3",
"zustand": "^4.4.6"
},
"keywords": [],
"author": "",
"license": "ISC",
"resolutions": {
"@types/react": "^18.2.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-react": "^7.33.2"
}
}