-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
38 lines (38 loc) · 913 Bytes
/
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
{
"name": "metaversefile",
"version": "0.0.32",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webaverse/metaversefile.git"
},
"author": "Avaer Kazmer <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/webaverse/metaversefile/issues"
},
"homepage": "https://github.com/webaverse/metaversefile#readme",
"dependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"data-urls": "^3.0.1",
"esbuild": "^0.15.10",
"mime-types": "^2.1.32",
"node-fetch": "^2.6.1",
"pako": "^2.0.4",
"unix-path": "^0.2.0",
"next": "12.3.1"
},
"devDependencies": {
"eslint": "8.25.0",
"eslint-config-next": "12.3.1"
}
}