-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint --ext .ts --ext .tsx --ext .js ."
},
"dependencies": {
"@emotion/css": "^11.10.0",
"@reduxjs/toolkit": "^1.8.5",
"dotenv": "^16.0.2",
"draft-js": "^0.11.7",
"framer-motion": "^6.5.1",
"is-hotkey": "^0.2.0",
"moment": "^2.29.4",
"mongodb": "^4.8.1",
"mongoose": "^6.5.0",
"next": "^12.3.0",
"react": "18.1.0",
"react-countdown": "^2.3.5",
"react-dom": "18.1.0",
"react-quill": "^2.0.0",
"react-redux": "^8.0.2",
"react-type-animation": "^2.1.1",
"redux": "^4.2.0",
"swiper": "^8.4.2"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"autoprefixer": "^10.4.7",
"eslint": "^8.30.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-standard-with-typescript": "^24.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-testing-library": "^5.9.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.2",
"typescript": "^4.9.4"
}
}