-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "dcrtimegui",
"version": "0.1.0",
"private": true,
"dependencies": {
"crypto-js": "^4.1.1",
"dcrtimejs": "https://github.com/tiagoalvesdulce/dcrtimejs",
"i18next": "^22.1.4",
"js-file-download": "^0.4.12",
"query-string": "^6.14.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-dropzone": "^10.2.2",
"react-i18next": "^12.1.1",
"react-router-dom": "^5.2.0"
},
"scripts": {
"start": "REACT_APP_NETWORK=testnet HTTPS=true react-scripts start",
"build": "REACT_APP_NETWORK=mainnet react-scripts build",
"build-testnet": "REACT_APP_NETWORK=testnet react-scripts build",
"test": "react-scripts test --passWithNoTests",
"eject": "react-scripts eject",
"lint:js": "eslint --fix --ext=.js,.jsx src"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"react-scripts": "^3.4.4",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.15.0",
"eslint-config-react-app": "^5.2.1",
"eslint-plugin-flowtype": "3.x",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^1.7.0",
"react-error-overlay": "6.0.9"
}
}