forked from WebXDAO/WebXDAO.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.13 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
{
"name": "webxdao.github.io",
"private": true,
"homepage": "https://webxdao.github.io",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next build && next export",
"prepare": "husky install"
},
"dependencies": {
"@headlessui/react": "^1.7.1",
"@heroicons/react": "^2.0.11",
"framer-motion": "^7.3.4",
"install": "^0.13.0",
"next": "^12.3.0",
"npm": "^8.19.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"prettier": "^2.7.1",
"eslint": "8.6.0",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.13",
"husky": "^8.0.0"
},
"description": "WebXDAO website",
"repository": {
"type": "git",
"url": "git+https://github.com/WebXDAO/WebXDAO.github.io.git"
},
"keywords": [
"javascript",
"typescript",
"tailwindcss",
"nextjs",
"webxdao"
],
"author": "WebXDAO",
"license": "MIT",
"bugs": {
"url": "https://github.com/WebXDAO/WebXDAO.github.io/issues"
}
}