-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
93 lines (93 loc) · 2.82 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
{
"homepage": "http://iconsafe.github.io",
"name": "iconsafe",
"version": "1.5.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --mode development --https",
"build": "webpack --mode production",
"standard": "standard",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iconsafe/iconsafe.github.io.git"
},
"author": "ICONation",
"license": "ISC",
"bugs": {
"url": "https://github.com/iconsafe/iconsafe.github.io/issues"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.1",
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/styles": "^4.1.2",
"babel-eslint": "^10.0.2",
"babel-loader": "^8.0.6",
"babel-plugin-root-import": "^6.6.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"bignumber": "^1.1.0",
"css-loader": "^5.0.1",
"eslint": "^7.18.0",
"eslint-plugin-react": "^7.22.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^5.3.1",
"icon-sdk-js": "0.0.18",
"image-webpack-loader": "^7.0.1",
"mini-css-extract-plugin": "^1.2.0",
"node-sass": "^6.0.1",
"react": "^17.0.1",
"react-countdown-now": "^2.1.1",
"react-dom": "^17.0.1",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass": "^1.29.0",
"sass-loader": "^11.0.1",
"standard": "16.0.3",
"style-loader": "^2.0.0",
"styled-components": "^5.2.0",
"svg-url-loader": "^7.1.1",
"webpack": "^5.9.0",
"webpack-cli": "4.6.0",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "fortawesome/react-fontawesome",
"@ledgerhq/hw-app-icx": "file:packages/hw-app-icx",
"@ledgerhq/hw-transport-webusb": "^5.51.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"classnames": "^2.2.6",
"ethereum-blockies-base64": "^1.0.2",
"final-form": "^4.20.1",
"gh-pages": "^3.1.0",
"history": "^5.0.0",
"lightweight-charts": "^3.2.0",
"lodash.memoize": "^4.1.2",
"notistack": "^1.0.1",
"polished": "^4.0.3",
"process": "^0.11.10",
"qrcode.react": "^1.0.0",
"query-string": "^7.0.0",
"react-final-form": "^6.5.2",
"react-final-form-listeners": "^1.0.2",
"react-media": "^1.10.0",
"react-qr-reader": "^2.2.1",
"react-select": "^4.3.0",
"react-text-loop": "^2.3.0",
"recompose": "^0.30.0",
"semantic-ui-react": "^2.0.0",
"url-loader": "^4.1.1"
}
}