-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
78 lines (78 loc) · 2.33 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
{
"name": "rhythmgamers",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch --passWithNoTests",
"test:ci": "jest --ci --passWithNoTests",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@opentelemetry/api": "^1.9.0",
"@reduxjs/toolkit": "^2.2.1",
"@types/react-slick": "^0.23.13",
"next": "14.1.0",
"nextjs-router-events": "^0.0.3",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-quill": "^2.0.0",
"react-redux": "^9.1.0",
"react-slick": "^0.30.2",
"react-unity-webgl": "^9.5.0",
"redux-logger": "^3.0.6",
"redux-persist": "^6.0.0",
"return-fetch": "^0.4.5",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.17",
"@storybook/addon-interactions": "^7.6.17",
"@storybook/addon-links": "^7.6.17",
"@storybook/addon-onboarding": "^1.0.11",
"@storybook/blocks": "^7.6.17",
"@storybook/nextjs": "^7.6.17",
"@storybook/react": "^7.6.17",
"@storybook/test": "^7.6.17",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.8",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.2",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/redux-logger": "^3.0.13",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"autoprefixer": "^10.0.1",
"chromatic": "^11.0.7",
"eslint": "8.57.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^5.0.0-canary-a9cc32511-20240215",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.9.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prettier": "^3.1.0",
"prettier-eslint": "^16.1.2",
"storybook": "^7.6.17",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
},
"resolutions": {
"string-width": "4.2.3",
"wrap-ansi": "7.0.0"
}
}