-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.07 KB
/
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
39
40
41
{
"private": true,
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "^11.10.5",
"@emotion/server": "latest",
"@emotion/styled": "^11.10.5",
"@popperjs/core": "^2.11.6",
"@splidejs/react-splide": "^0.7.8",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1",
"jquery": "^3.6.1",
"next": "latest",
"popper.js": "^1.16.1",
"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 <[email protected]>",
"license": "MIT"
}