-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 2.32 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": "sdcoin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
"dev": "cross-env NODE_ENV=development webpack-dev-server",
"lint-test": "eslint \"src/**/*\" webpack.config.js && prettier --check \"src/**/*\" webpack.config.js",
"lint-fix": "eslint --fix \"src/**/*\" webpack.config.js && prettier --write \"src/**/*\" webpack.config.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.7",
"@babel/preset-react": "^7.8.3",
"@types/classnames": "^2.2.10",
"@types/firefox-webext-browser": "^70.0.1",
"@types/react": "^16.9.23",
"@types/react-color": "^3.0.1",
"@types/react-dom": "^16.9.5",
"@types/reactstrap": "^8.4.2",
"@typescript-eslint/eslint-plugin": "^2.23.0",
"@typescript-eslint/parser": "^2.23.0",
"babel-loader": "^8.0.6",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.0",
"file-loader": "^5.1.0",
"fork-ts-checker-webpack-plugin": "^4.1.0",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.13.1",
"prettier": "^1.19.1",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^6.2.1",
"typescript": "^3.8.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@everett-protocol/cosmosjs": "git+https://github.com/everett-protocol/cosmosjs-dist.git#f93187c",
"@fortawesome/fontawesome-free": "^5.13.0",
"@node-a-team/ts-amino": "0.0.1-alpha.2",
"argon-dashboard-react": "^1.1.0",
"axios": "^0.19.2",
"big-integer": "^1.6.43",
"classnames": "^2.2.6",
"react": "^16.13.0",
"react-color": "^2.18.1",
"react-dom": "^16.13.0",
"react-hook-form": "^5.7.2",
"react-responsive-pinch-zoom-pan": "^0.3.0",
"react-toastify": "^6.0.4",
"reactstrap": "^8.4.1",
"webextension-polyfill": "^0.6.0"
}
}