This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.54 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
{
"name": "hydranet_webbsite",
"author": "Sadhill",
"version": "2.0.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"export": "next export",
"lint": "next lint",
"lint:fix": "yarn lint --fix",
"release": "release-it"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged && yarn run lint"
}
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@headlessui/react": "^1.5.0",
"@heroicons/react": "^1.0.6",
"@storyblok/react": "^1.0.10",
"aos": "^3.0.0-beta.6",
"axios": "^0.27.2",
"next": "12.1.4",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-markdown": "^8.0.3",
"react-tsparticles": "^1.43.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^4.1.0",
"@tailwindcss/forms": "^0.5.0",
"@types/aos": "^3.0.4",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-dom": "17.0.14",
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.12.0",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"husky": "^7.0.4",
"postcss": "^8.4.12",
"prettier": "^2.6.1",
"prettier-plugin-tailwindcss": "^0.1.8",
"pretty-quick": "^3.1.3",
"release-it": "^14.12.4",
"tailwindcss": "^3.0.23",
"typescript": "4.6.3"
}
}