-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 1.78 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
{
"name": "desoops-portal",
"description": "A management hub for Content Creators on the DeSo platform",
"version": "2.6.0",
"scripts": {
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"deploy": "craco build && firebase deploy"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"engines": {
"node": "18.18.0"
},
"dependencies": {
"agilite-utils": "7.7.0-rc-3"
},
"devDependencies": {
"@ant-design/icons": "5.4.0",
"@apollo/client": "3.11.7",
"@craco/craco": "7.1.0",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@fortawesome/react-fontawesome": "0.2.2",
"@reduxjs/toolkit": "2.2.7",
"@types/agilite": "7.3.0",
"agilite": "7.7.0-rc-5",
"antd": "5.20.5",
"axios": "1.7.7",
"bignumber.js": "9.1.2",
"dayjs": "1.11.13",
"deep-diff": "1.0.2",
"deso-protocol": "3.0.1",
"firebase": "10.13.1",
"graphql": "16.9.0",
"immutability-helper": "3.1.1",
"lodash": "4.17.21",
"moment": "2.30.1",
"react": "18.3.1",
"react-copy-to-clipboard": "5.1.0",
"react-deso-protocol": "0.0.3",
"react-device-detect": "2.2.3",
"react-dom": "18.3.1",
"react-moment": "1.1.3",
"react-player": "2.16.0",
"react-redux": "9.1.2",
"react-router-dom": "6.26.1",
"react-scripts": "5.0.1",
"react-scroll": "1.9.0",
"recharts": "2.12.7",
"redux": "5.0.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "3.1.0",
"sass": "1.78.0"
}
}