-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 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
{
"name": "firmachain-p2e-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy-mainnet": "aws s3 sync ./build s3://deploy-event/mainnet/dmts-landing-koala --profile=firmachain-deploy --delete",
"invalidate-mainnet": "aws cloudfront create-invalidation --profile=firmachain-deploy --distribution-id E2E5QAKQMRTGH1 --paths '/*'"
},
"dependencies": {
"@types/node": "20.8.6",
"@types/react": "18.2.28",
"@types/react-dom": "18.2.13",
"axios": "^1.5.1",
"babel-plugin-styled-components": "^2.1.4",
"eslint": "8.51.0",
"eslint-config-next": "13.5.5",
"next": "13.5.5",
"react": "18.2.0",
"react-app-env": "^1.2.3",
"react-dom": "18.2.0",
"react-player": "^2.13.0",
"react-slick": "^0.29.0",
"slick-carousel": "^1.8.1",
"string-strip-html": "^13.4.3",
"styled-components": "^6.1.0",
"styled-jsx": "^5.1.2",
"typescript": "5.2.2",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/react-slick": "^0.23.10",
"@types/xml2js": "^0.4.13"
}
}