-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "larra",
"version": "5.0.0",
"description": "Design Wizard",
"author": "larra",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@react-three/fiber": "^8.2.1",
"chalk": "^5.4.1",
"esbuild": "^0.25.3",
"gray-matter": "^4.0.3",
"next": "^15.5.14",
"next-seo": "^5.5.0",
"nextjs-google-analytics": "^2.0.0",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.2",
"react-mailchimp-subscribe": "^2.1.3",
"react-tsparticles": "^2.12.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"styled-components": "^5.3.5",
"three": "^0.142.0",
"to-vfile": "^8.0.0",
"unified": "^11.0.5",
"use-dark-mode": "^2.3.1",
"use-window-size": "^0.0.1",
"workerpool": "^9.2.0"
},
"devDependencies": {
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"prettier": "^2.7.1"
}
}