-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
42 lines (42 loc) · 1.09 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pre-commit": "yarn run format && yarn run lint && git add -A .",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"dependencies": {
"@coinbase/onchainkit": "^0.9.6",
"aos": "3.0.0-beta.6",
"feed": "^4.2.2",
"framer-motion": "^11.0.6",
"next": "^14.1.0",
"next-seo": "^6.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.0.1",
"react-scroll": "^1.9.0"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/aos": "^3.0.7",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.17",
"commitlint": "^18.6.1",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"standard-version": "^9.5.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"version": "1.7.1"
}