-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.93 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
{
"name": "linter",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"prod": "npm run clean && NODE_ENV=production webpack --watch --hide-modules",
"dev": "webpack-dev-server",
"clean": "rimraf ./dist/css/ ./dist/js/ ./dist/img/ ./dist/hot/"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.24.1",
"cross-env": "^5.0.1",
"css-loader": "^0.28.4",
"eslint": "^4.2.0",
"eslint-config-airbnb": "^15.0.2",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.1.0",
"exports-loader": "^0.6.4",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"imports-loader": "^0.7.1",
"node-sass": "^4.11.0",
"rimraf": "^2.6.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.1.0",
"webpack-dev-server": "^2.5.1"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"es6-promise": "^4.1.1",
"history": "^4.7.2",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^4.0.8",
"redux": "^3.7.2",
"reset-css": "^2.2.0",
"whatwg-fetch": "^2.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adam-Leos/converter.git"
},
"bugs": {
"url": "https://github.com/Adam-Leos/converter/issues"
},
"homepage": "https://github.com/Adam-Leos/converter#readme",
"description": ""
}