-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
66 lines (66 loc) · 2.13 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"@types/node": "20.5.8",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-redux": "^7.1.26",
"@types/styled-components": "^5.1.26",
"autoprefixer": "10.4.15",
"axios": "^1.5.0",
"discord-webhook-node": "^1.1.8",
"eslint-config-next": "13.4.19",
"fp-ts": "^2.16.1",
"framer-motion": "^10.16.2",
"next": "13.4.19",
"next-redux-wrapper": "^8.1.0",
"postcss": "8.4.29",
"react": "18.2.0",
"react-apple-login": "^1.1.6",
"react-cookie": "^6.1.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"styled-components": "^6.0.7",
"swc": "^1.0.11",
"tailwindcss": "3.3.3",
"ts-pattern": "^5.0.5",
"typescript": "5.2.2"
},
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
},
"devDependencies": {
"@storybook/addon-essentials": "^7.4.0",
"@storybook/addon-interactions": "^7.4.0",
"@storybook/addon-links": "^7.4.0",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/addon-styling": "^1.3.7",
"@storybook/blocks": "^7.4.0",
"@storybook/nextjs": "^7.4.0",
"@storybook/react": "^7.4.0",
"@storybook/testing-library": "^0.2.0",
"@types/react-stack-grid": "^0.7.3",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-storybook": "^0.6.13",
"storybook": "^7.4.0"
}
}