forked from JNU-econovation/econo-homepage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.27 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
{
"name": "econovation-homepage",
"private": true,
"version": "0.0.1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "node database.js && next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.0.0",
"gsap": "^3.12.1",
"jotai": "^2.2.1",
"lodash": "^4.17.21",
"next": "^14.0.3",
"next-images": "^1.8.5",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-scroll-parallax": "^3.4.2",
"sharp": "^0.32.5",
"sqlite": "^5.1.1",
"sqlite3": "^5.1.6",
"swiper": "^10.0.4",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.2",
"@react-spring/web": "^9.7.3",
"typescript": "5.1.6"
},
"devDependencies": {
"@types/lodash": "^4.14.195",
"@types/node": "20.4.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@types/sqlite3": "^3.1.8",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.38.0",
"eslint-config-next": "14.0.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"postcss": "^8.4.24",
"prettier": "^3.1.0",
"prettier-plugin-tailwindcss": "^0.5.7"
}
}