-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 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
70
71
72
73
74
75
76
77
78
79
80
81
{
"homepage": "https://iconation.github.io/iconsafe/",
"name": "iconsafe",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development",
"build": "webpack --mode production",
"standard": "standard",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iconation/iconsafe.git"
},
"author": "ICONation",
"license": "ISC",
"bugs": {
"url": "https://github.com/iconation/iconsafe/issues"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@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.2.0",
"babel-plugin-transform-regenerator": "^6.26.0",
"babel-polyfill": "^6.26.0",
"bignumber": "^1.1.0",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"file-saver": "^2.0.2",
"html-webpack-plugin": "^3.2.0",
"icon-sdk-js": "0.0.16",
"image-webpack-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.12.0",
"react": "^16.8.6",
"react-countdown-now": "^2.1.1",
"react-dom": "^16.8.6",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.1.0",
"standard": "*",
"style-loader": "^0.23.1",
"styled-components": "^5.1.1",
"webpack": "^4.32.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.4.1"
},
"dependencies": {
"classnames": "^2.2.6",
"ethereum-blockies-base64": "^1.0.2",
"final-form": "^4.20.1",
"gh-pages": "^3.1.0",
"history": "^5.0.0",
"lodash.memoize": "^4.1.2",
"notistack": "^1.0.0",
"polished": "^3.6.5",
"qrcode.react": "^1.0.0",
"query-string": "^6.13.1",
"react-final-form": "^6.5.1",
"react-final-form-listeners": "^1.0.2",
"react-google-charts": "^3.0.15",
"react-media": "^1.10.0",
"react-qr-reader": "^2.2.1",
"react-text-loop": "^2.3.0",
"recompose": "^0.30.0",
"semantic-ui-react": "^1.2.1",
"url-loader": "^4.1.0"
}
}