-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.37 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
{
"name": "ctf_market",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/user-event": "^14.5.1",
"@types/node": "20.4.1",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"axios": "^1.4.0",
"eslint": "8.44.0",
"eslint-config-next": "13.4.9",
"next": "13.4.9",
"next-redux-wrapper": "^8.1.0",
"normalize-scss": "^7.0.1",
"react": "18.2.0",
"react-devtools": "^4.28.0",
"react-dom": "18.2.0",
"react-redux": "^8.1.1",
"react-responsive-carousel": "^3.2.23",
"react-transition-group": "^4.4.5",
"redux": "^4.2.1",
"redux-persist": "^6.0.0",
"sass": "^1.63.6",
"typescript": "5.1.6"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.5.5",
"@types/react-transition-group": "^4.4.6",
"@types/testing-library__jest-dom": "^6.0.0",
"autoprefixer": "^10.4.16",
"eslint-plugin-storybook": "^0.6.14",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3"
}
}