-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.76 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
{
"name": "graphegram-web-ui",
"version": "0.1.0",
"description": "web-ui for Graphegram",
"main": "index.js",
"scripts": {
"start": "NODE_ENV=local webpack-dev-server --mode development --progress --colors --history-api-fallback --hot --inline",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fit4code/graphigram-web-ui.git"
},
"author": "fit4code",
"license": "MIT",
"bugs": {
"url": "https://github.com/fit4code/graphigram-web-ui/issues"
},
"homepage": "https://github.com/fit4code/graphigram-web-ui#readme",
"dependencies": {
"babel-loader": "^7.1.3",
"babel-plugin-react-hot-loader": "^3.0.0-beta.6",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"history": "^4.7.2",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.8.3",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.7",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"react-scroll": "^1.7.9",
"redux": "^3.7.2",
"redux-modules": "^1.1.0",
"redux-thunk": "^2.2.0",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"url-loader": "^1.0.1",
"webpack": "^4.1.0",
"webpack-cli": "^2.0.10",
"webpack-dev-middleware": "^3.0.0",
"webpack-dev-server": "^3.1.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0"
}
}