-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.56 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
45
46
47
48
49
50
51
52
53
54
55
{
"name": "yourwaifu.github.io",
"version": "1.0.0",
"description": "",
"main": "script.js",
"dependencies": {
"@babel/core": "^7.13.13",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-react-jsx": "^7.13.12",
"@babel/plugin-transform-react-jsx-self": "^7.12.13",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.1.0",
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^6.0.1",
"@react-three/postprocessing": "^2.0.2",
"@types/babel__core": "^7.1.14",
"@types/mdx": "^2.0.11",
"@types/node": "^14.14.37",
"@types/react-dom": "^18.2.19",
"@types/three": "^0.126.2",
"babel-preset-expo": "^8.3.0",
"gray-matter": "^4.0.2",
"next": "^14.1.0",
"next-mdx-remote": "^4.4.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-promise-suspense": "^0.3.3",
"react-spring": "^9.0.0",
"three": "^0.126.1",
"three-stdlib": "^1.2.2",
"unified": "^11.0.4",
"yarn": "^1.22.10"
},
"devDependencies": {
"@types/react": "^18.2.55",
"typescript": "^5.3.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yourWaifu/yourWaifu.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yourWaifu/yourWaifu.github.io/issues"
},
"homepage": "https://github.com/yourWaifu/yourWaifu.github.io#readme"
}