-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "middcourses",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "next dev",
"debug": "cross-env NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "echo done"
},
"dependencies": {
"@chakra-ui/react": "^1.8.5",
"@emotion/react": "^11.8.1",
"@emotion/styled": "^11.8.1",
"@hookform/error-message": "^2.0.0",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/radar": "^0.80.0",
"@trendyol-js/react-carousel": "^3.0.0",
"bad-words": "^3.0.4",
"catalog.js": "^1.2.0",
"clarity-js": "^0.7.14",
"dejunk.js": "^0.4.4",
"departments.js": "^1.1.1",
"directory.js": "^3.2.2",
"framer-motion": "^6.2.8",
"fuse.js": "^6.5.3",
"knex": "^0.95.15",
"next": "^12.2.5",
"next-auth": "^4.2.1",
"next-connect": "^0.11.1",
"pg": "^8.7.3",
"react": "17.0.2",
"react-big-calendar": "^1.8.1",
"react-dom": "17.0.2",
"react-gtm-module": "^2.0.11",
"react-hook-form": "^7.27.1",
"react-icons": "^4.3.1",
"react-loading-skeleton": "^3.0.3",
"react-microsoft-clarity": "^1.2.0",
"react-spinners": "^0.11.0",
"sass": "^1.49.8",
"seedrandom": "^3.0.5",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/node": "^17.0.19",
"@types/react": "^17.0.39",
"@types/string-similarity": "^4.0.0",
"cross-env": "^7.0.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"sqlite3": "^5.0.2",
"typescript": "^4.9.5"
}
}