forked from agilitehub/desoops-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 1.75 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
{
"name": "desoops-portal",
"description": "A management hub for Content Creators on the DeSo platform",
"version": "2.0.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": "16.15.1"
},
"dependencies": {
"agilite-utils": "7.5.0"
},
"devDependencies": {
"@ant-design/icons": "5.2.6",
"@apollo/client": "3.8.4",
"@craco/craco": "7.1.0",
"@fortawesome/fontawesome-svg-core": "6.4.2",
"@fortawesome/free-regular-svg-icons": "6.4.2",
"@fortawesome/free-solid-svg-icons": "6.4.2",
"@fortawesome/react-fontawesome": "0.2.0",
"@reduxjs/toolkit": "1.9.5",
"@types/agilite": "7.3.0",
"agilite": "7.5.0",
"antd": "5.9.2",
"bignumber.js": "9.1.2",
"dayjs": "1.11.10",
"deep-diff": "1.0.2",
"deso-protocol": "^2.6.3",
"firebase": "10.4.0",
"graphql": "16.8.1",
"immutability-helper": "3.1.1",
"lodash": "4.17.21",
"moment": "2.29.4",
"react": "18.2.0",
"react-copy-to-clipboard": "5.1.0",
"react-deso-protocol": "0.0.3",
"react-device-detect": "2.2.3",
"react-dom": "18.2.0",
"react-moment": "1.1.3",
"react-player": "2.13.0",
"react-redux": "8.1.2",
"react-router-dom": "6.16.0",
"react-scripts": "5.0.1",
"react-scroll": "1.8.9",
"recharts": "2.8.0",
"redux": "4.2.1",
"redux-devtools-extension": "2.13.9",
"redux-thunk": "2.4.2",
"sass": "1.68.0"
}
}