This repository has been archived by the owner on May 7, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
99 lines (99 loc) · 3.04 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
{
"name": "tyratox-frontend",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"author": "Tyratox (Nico Hauser)",
"license": "UNLICENSED",
"scripts": {
"dev": "webpack-dev-server",
"build": "NODE_ENV=production webpack --config webpack-build.config.js -p",
"docs": "rm -rf ./docs/* && jsdoc src -c jsdoc.json",
"test": "ava test/test.js"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.3.0",
"change-case": "^3.0.1",
"classnames": "^2.2.5",
"clean-webpack-plugin": "^0.1.19",
"cleave.js": "^1.1.1",
"color": "^3.1.0",
"compression-webpack-plugin": "^1.1.12",
"copy-webpack-plugin": "^4.5.2",
"dotenv": "^4.0.0",
"dotenv-webpack": "^1.5.7",
"es6-promise": "^4.1.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-require-jsdoc-except": "^1.3.0",
"ethereumjs-tx": "^1.3.7",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^2.0.0",
"formik": "^0.10.5",
"grid-styled": "^2.0.0-11",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"mini-css-extract-plugin": "^0.4.2",
"moment": "^2.20.1",
"normalize.css": "^7.0.0",
"pluralize": "^7.0.0",
"prettier-eslint": "^8.8.2",
"prop-types": "^15.6.0",
"react": "^16.1.1",
"react-burger-menu": "^2.1.11",
"react-dom": "^16.0.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.3.0",
"react-moment": "^0.7.0",
"react-paginate": "^5.0.0",
"react-progress-button": "^5.1.0",
"react-quill": "^1.2.3",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.8",
"react-sigma": "^1.2.30",
"react-simple-maps": "^0.12.1",
"react-syntax-highlighter": "^10.1.2",
"react-timeago": "^4.3.0",
"react-tooltip": "^3.9.2",
"react-transition-group": "^2.2.1",
"redux": "^3.7.2",
"redux-burger-menu": "^0.2.2",
"redux-thunk": "^2.2.0",
"resolve-url-loader": "^2.2.0",
"styled-components": "^2.2.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"web3": "^0.20.7",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^3.1.0"
},
"devDependencies": {
"ava": "^0.23.0",
"babel-loader": "^8.0.1",
"css-loader": "^0.28.7",
"docdash": "^0.4.0",
"eslint": "^4.13.1",
"eslint-plugin-ava": "^4.2.2",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.4.0",
"jsdoc": "^3.5.5",
"node-sass": "^4.7.1",
"postcss-loader": "^2.0.8",
"prettier": "^1.16.4",
"react-hot-loader": "^4.3.5",
"redux-devtools-extension": "^2.13.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"webpack": "^4.17.1",
"webpack-dev-server": "^3.1.7",
"webpack-hot-middleware": "^2.19.1"
}
}