generated from darkroomengineering/satus
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.38 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
81
82
83
84
85
86
87
{
"name": "satus",
"version": "1.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap",
"analyze": "cross-env ANALYZE=true next build",
"prepare": "husky install",
"size": "npm run build && size-limit"
},
"dependencies": {
"@ducanh2912/next-pwa": "^9.2.0",
"@radix-ui/react-accordion": "^1.0.0",
"@radix-ui/react-select": "^1.2.0",
"@react-three/drei": "9.80.0",
"@react-three/fiber": "8.13.6",
"@studio-freight/compono": "^0.0.21",
"@studio-freight/hamo": "^0.6.19",
"@studio-freight/react-lenis": "^0.0.25",
"@studio-freight/tempus": "^0.0.38",
"@theatre/core": "^0.6.1",
"@theatre/r3f": "0.6.1-dev.4",
"@theatre/studio": "^0.6.1",
"clsx": "^1.2.1",
"cross-env": "^7.0.3",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"embla-carousel": "7.1.0",
"embla-carousel-autoplay": "7.1.0",
"embla-carousel-react": "7.1.0",
"glslify-loader": "^2.0.0",
"gsap": "3.12.2",
"idb-keyval": "^6.2.1",
"jsonminify": "^0.4.2",
"lint-staged": "^13.1.0",
"lottie-web": "^5.10.2",
"next": "13.4.9",
"next-pwa": "5.6.0",
"next-seo": "^5.15.0",
"next-sitemap": "^4.1.8",
"next-transpile-modules": "^9.1.0",
"postprocessing": "6.32.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"sass": "^1.63.6",
"stats.js": "^0.17.0",
"suspend-react": "^0.1.3",
"three": "0.155.0",
"tunnel-rat": "^0.1.2",
"tweakpane": "4.0.0",
"zustand": "4.3.9"
},
"devDependencies": {
"@builder.io/partytown": "^0.8.0",
"@cerner/duplicate-package-checker-webpack-plugin": "^2.3.0",
"@next/bundle-analyzer": "^13.4.9",
"@size-limit/preset-app": "^8.2.6",
"@svgr/webpack": "^8.0.1",
"critters": "^0.0.19",
"cross-env": "^7.0.3",
"eslint": "8.44.0",
"eslint-config-next": "^13.4.9",
"eslint-config-prettier": "^8.8.0",
"husky": "^8.0.3",
"prettier": "^3.0.0",
"prettier-eslint": "^15.0.1"
},
"pnpm": {
"overrides": {
"@studio-freight/react-lenis": "0.0.25",
"scheduler": "0.23.0"
}
},
"lint-staged": {
"*.js": "eslint --cache --fix",
"*.{js,css,scss,md}": "prettier --write"
},
"size-limit": [
{
"path": ".next/static/chunks/**/*.js"
}
]
}