forked from gimbalabs/dandelion-contrib-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.53 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
86
{
"name": "@themesberg/volt-react-dashboard",
"description": "Volt React Dashboard is a free and open source admin dashboard template powered by React.js and Bootstrap 5",
"author": "Themesberg",
"keywords": [
"bootstrap 5",
"react",
"react dashboard",
"react admin template",
"free react",
"react ui library",
"react bootstrap 5",
"bootstrap 5 dashboard",
"themesberg"
],
"license": "MIT",
"homepage": "https://cardanosevilla.github.io/cardano-summit-2021",
"bugs": {
"url": "https://github.com/themesberg/volt-react-dashboard/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/themesberg/volt-react-dashboard"
},
"version": "1.0.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"@fortawesome/fontawesome-svg-core": "^1.2.30",
"@fortawesome/free-brands-svg-icons": "^5.14.0",
"@fortawesome/free-regular-svg-icons": "^5.14.0",
"@fortawesome/free-solid-svg-icons": "^5.14.0",
"@fortawesome/react-fontawesome": "^0.1.11",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@themesberg/react-bootstrap": "^1.4.1",
"axios": "^0.21.4",
"bootstrap": "5.0.0-beta1",
"chartist": "^0.11.4",
"chartist-plugin-tooltips-updated": "^0.1.4",
"gh-pages": "^3.2.3",
"ipfs": "^0.59.0",
"ipfs-http-client": "^53.0.0",
"json-url": "^3.0.0",
"moment-timezone": "^0.5.31",
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-chartist": "^0.14.3",
"react-copy-to-clipboard": "^5.0.3",
"react-datetime": "^3.0.4",
"react-dom": "^16.13.1",
"react-github-btn": "^1.2.0",
"react-helmet": "^6.1.0",
"react-live": "^2.2.3",
"react-router-dom": "^5.2.0",
"react-router-hash-link": "^2.3.1",
"react-scripts": "3.4.3",
"react-transition-group": "^4.4.1",
"simplebar-react": "^2.3.0",
"uuidv4": "^6.2.12"
},
"scripts": {
"start": "react-scripts start",
"build": "PUBLIC_URL=/cardano-summit-2021 react-scripts build",
"build-local": "PUBLIC_URL=./ react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}