-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1004 Bytes
/
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
{
"name": "multi-thello",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"check": "prettier -c .",
"format": "prettier -w ."
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.1",
"axios": "^0.26.1",
"color-seed": "^1.1.3",
"next": "^12.0.8",
"nextjs-progressbar": "^0.0.13",
"react": "^17.0.2",
"react-countdown-hook": "^1.1.1",
"react-dom": "^17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.8"
},
"devDependencies": {
"@next/eslint-plugin-next": "^12.0.8",
"@types/node": "^17.0.8",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.1",
"@typescript-eslint/parser": "^5.9.1",
"autoprefixer": "^10.4.2",
"eslint": "^8.6.0",
"eslint-config-next": "^12.0.8",
"eslint-plugin-react": "^7.28.0",
"postcss": "^8.4.5",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.13",
"typescript": "4.7"
}
}