-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
121 lines (121 loc) · 3.56 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "althea-dash",
"productName": "althea",
"version": "0.4.18",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start80": "PORT=80 react-scripts start",
"start": "PORT=3005 react-scripts start",
"build": "react-scripts build && rm build/static/**/*.map && rm -rf build/icons",
"buildall": "react-scripts build",
"package-android": "cordova build android --release",
"package-ios": "cordova build ios --release --buildFlag=\"-useModernBuildSystem=0\"",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"homepage": ".",
"cordova": {
"plugins": {
"cordova-plugin-add-swift-support": {},
"cordova-plugin-whitelist": {},
"cordova-plugin-customurlscheme": {
"URL_SCHEME": "althea",
"ANDROID_SCHEME": " ",
"ANDROID_HOST": " ",
"ANDROID_PATHPREFIX": "/"
}
},
"platforms": [
"android",
"ios"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-syntax-flow": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"@craco/craco": "^5.6.2",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-solid-svg-icons": "^5.2.0",
"@fortawesome/react-fontawesome": "0.1.0-11",
"abortcontroller-polyfill": "^1.3.0",
"ajv": "^6.5.2",
"and": "^0.0.3",
"animated-scroll-to": "^1.2.2",
"bignumber.js": "^7.2.1",
"bootstrap": "^4.1.3",
"camelcase-keys-deep": "0.1.0",
"concurrently": "^4.0.1",
"cordova": "^8.1.2",
"cordova-android": "^7.1.1",
"cordova-ios": "^5.0.1",
"cordova-plugin-add-swift-support": "^1.7.2",
"cordova-plugin-customurlscheme": "^4.4.0",
"cordova-plugin-whitelist": "1",
"core-util-is": "^1.0.2",
"cross-env": "^5.2.0",
"date-fns": "^2.0.0",
"debounce": "^1.2.0",
"email-validator": "^2.0.4",
"eslint": "^8.1.0",
"eslint-plugin-flowtype": "^3.7.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^4",
"eslint-plugin-react": "^7.12.4",
"ethereum-address": "^0.0.4",
"i": "^0.3.6",
"i18next": "^17.0.0",
"i18next-browser-languagedetector": "^2.2.3",
"i18next-xhr-backend": "^1.5.1",
"input-format": "^0.3.8",
"ip-address": "^5.8.9",
"jquery": "^1.12.4",
"js-sha3": "^0.8.0",
"npm": "^6.3.0",
"popper.js": "^1.14.4",
"prettier": "^2.0.0",
"prop-types": "^15.6.2",
"qrcode.react": "^0.8.0",
"qrious": "^4.0.2",
"react": "^16.0.0",
"react-clip-loader": "^1.0.3",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.1",
"react-i18next": "^10.0.0",
"react-icons": "^4.6.0",
"react-phone-number-input": "^3.2.2",
"react-scripts": "^5.0.1",
"react-sigma": "^1.2.30",
"react-spinners": "^0.13.6",
"react-stateful": "https://github.com/asoltys/react-stateful",
"react-testing-library": "^5.9.0",
"react-widgets": "4",
"react-widgets-date-fns": "^4.0.26",
"reactstrap": "^8.0.0",
"sass": "^1.56.1",
"source-map-explorer": "^2.5.2",
"start": "^5.1.0",
"styled-components": "^3.4.9",
"typescript": "^3.4.5",
"unstated": "^2.1.1",
"uuid": "^9.0.0",
"webpack": "^5.73.0",
"yarn": "^1.22.17"
},
"resolutions": {
"autoprefixer": "10.4.5"
},
"devDependencies": {
"eslint-config-react-app": "^7.0.1",
"glob-all": "^3.1.0",
"purgecss-webpack-plugin": "^4.1.3"
}
}