-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.94 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "firmastation-craft",
"version": "0.1.0",
"private": true,
"dependencies": {
"@apollo/client": "^3.10.8",
"@craco/craco": "^7.1.0",
"@firmachain/firma-js": "^0.2.62",
"@tanstack/react-query": "^4.33.0",
"@tanstack/react-query-devtools": "^4.33.0",
"axios": "^1.7.7",
"comma-number": "^2.1.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.2",
"js-cookie": "^3.0.5",
"notistack": "^3.0.1",
"overlayscrollbars-react": "^0.5.6",
"react": "^18.3.1",
"react-datepicker": "^7.3.0",
"react-dom": "^18.3.1",
"react-loader-spinner": "^6.1.6",
"react-number-format": "^5.4.0",
"react-qrcode-logo": "^3.0.0",
"react-router-dom": "^6.23.1",
"react-scripts": "5.0.1",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-tooltip": "^5.27.1",
"react-use": "^17.5.0",
"sass": "^1.79.3",
"slick-carousel": "^1.8.1",
"styled-components": "^6.1.11",
"uuid": "^10.0.0",
"zustand": "^4.5.4"
},
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"format": "prettier --write \"src/**/*.{ts,tsx}\"",
"deploy-testnet": "aws s3 sync ./build s3://deploy-ecosystem/testnet/firma-cw-craft-tool --profile=firmachain-deploy --delete",
"invalidate-testnet": "aws cloudfront create-invalidation --profile=firmachain-deploy --distribution-id E1GWLY1LQSOILF --paths '/*'",
"deploy-mainnet": "aws s3 sync ./build s3://deploy-ecosystem/mainnet/firma-cw-craft-tool --profile=firmachain-deploy --delete",
"invalidate-mainnet": "aws cloudfront create-invalidation --profile=firmachain-deploy --distribution-id E24C7PNS1BNJWM --paths '/*'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/js-cookie": "^3.0.6",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/node": "^20.14.2",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-select": "^5.0.1",
"@types/react-slick": "^0.23.13",
"assert": "^2.1.0",
"browserify-fs": "^1.0.0",
"crypto-browserify": "^3.12.0",
"os-browserify": "^0.3.0",
"path-browserify": "^1.0.1",
"prettier": "^3.3.2",
"process": "^0.11.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"util": "^0.12.5",
"web-vitals": "^2.1.4"
}
}