-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
80 lines (80 loc) · 2.32 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "pamerandigital",
"version": "0.1.0",
"private": true,
"scripts": {
"cz": "git-cz",
"precommit": "lint-staged",
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write src/**/*.{js,jsx,ts,tsx}",
"test:e2e": "playwright test",
"tsc": "tsc",
"prepare": "husky install"
},
"dependencies": {
"@react-three/drei": "^9.58.3",
"@react-three/fiber": "^8.12.0",
"@types/node": "18.14.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"eslint-config-next": "13.3.0",
"gray-matter": "^4.0.3",
"markdown-it": "^13.0.1",
"next": "13.3.0",
"next-compose-plugins": "^2.2.1",
"next-pwa": "^5.6.0",
"next-safe": "^3.4.1",
"nextjs-google-analytics": "^2.3.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-photo-album": "^2.0.3",
"react-player": "^2.12.0",
"react-slick": "^0.29.0",
"sharp": "^0.32.0",
"slick-carousel": "^1.8.1",
"swr": "^2.1.0",
"three": "^0.150.1",
"typescript": "4.9.5",
"yet-another-react-lightbox": "^3.2.0"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@next/bundle-analyzer": "^13.2.4",
"@playwright/test": "^1.31.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/next-pwa": "^5.6.2",
"@types/react-slick": "^0.23.10",
"@types/three": "^0.149.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"autoprefixer": "^10.4.14",
"cross-fetch": "^3.1.5",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.0.3",
"eslint": "8.35.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.0",
"lint-staged": "^13.2.0",
"next-sitemap": "^4.0.6",
"postcss": "^8.4.21",
"prettier": "^2.8.6",
"tailwindcss": "^3.2.7"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}