forked from AssetMantle/interNFT-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 993 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 993 Bytes
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
{
"private": true,
"dependencies": {
"next": "latest",
"react": "latest",
"react-dom": "latest",
"serve": "11.2.0",
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"markdown-to-jsx": "^7.1.7",
"prop-types": "latest",
"react-final-form": "^6.5.9",
"react-material-ui-carousel": "^3.4.2"
},
"devDependencies": {
"eslint": "latest",
"eslint-config-next": "latest"
},
"scripts": {
"dev": "next",
"build": "next build",
"preexport": "npm run build",
"export": "next export",
"prestart": "npm run export",
"start": "serve out"
},
"name": "internft-website",
"version": "1.0.0",
"description": "Landing Website for InterNFT",
"repository": "https://github.com/AssetMantle/interNFT-website.git",
"author": "kombos <kamlesh@assetmantle.one>",
"license": "MIT"
}