This repository was archived by the owner on Sep 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 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
{
"name": "bitmoi",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:3000",
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"deploy": "aws s3 sync ./out s3://bitmoiapp.com --profile=bitmoi",
"invalidate": "aws cloudfront create-invalidation —profile=bitmoi —distribution-id EMQ026WMPGSOX —paths / /index.html /error.html /service-worker.js /manifest.json /favicon.ico"
},
"dependencies": {
"@types/crypto-js": "^4.1.1",
"@types/jsonwebtoken": "^8.5.8",
"@types/lodash": "^4.14.182",
"@types/react-slick": "^0.23.8",
"@types/sass": "^1.43.1",
"@types/sass-loader": "^8.0.3",
"@types/ua-parser-js": "^0.7.36",
"@types/universal-cookie": "^3.0.0",
"apexcharts": "^3.35.2",
"axios": "^0.27.2",
"dayjs": "^1.11.2",
"jsonwebtoken": "^8.5.1",
"mobx": "^6.5.0",
"mobx-react": "^7.4.0",
"next": "12.1.6",
"node-sass": "^7.0.1",
"react": "18.1.0",
"react-apexcharts": "^1.4.0",
"react-cookie": "^4.1.1",
"react-dom": "18.1.0",
"react-slick": "^0.29.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
"ua-parser-js": "^1.0.2"
},
"devDependencies": {
"@types/node": "17.0.31",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.3",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
}
}