-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"private": true,
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@splidejs/react-splide": "^0.7.8",
"bootstrap-icons": "^1.9.1",
"next": "latest",
"prop-types": "latest",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.4.0",
"sass": "^1.55.0",
"serve": "11.2.0",
"swiper": "^8.1.4"
},
"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": "assetmantle-website",
"version": "1.0.0",
"description": "Landing Website for AssetMantle.one",
"repository": "https://github.com/AssetMantle/assetMantle-website.git",
"author": "kombos <kamlesh@assetmantle.one>",
"license": "MIT"
}