This repository has been archived by the owner on Jun 21, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
64 lines (64 loc) · 2.1 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
{
"name": "VisualizationG6",
"version": "1.0.0",
"description": "In this repository we will build a visualization of the other teams aggregated data",
"main": "index.js",
"repository": "https://github.com/MusicConnectionMachine/VisualizationG6.git",
"author": "Emir Demirdag <[email protected]>, Panagiota Yeti Revithi <[email protected]>, Markus Sosnowski <[email protected]>, Yanko Sabev <[email protected]>",
"license": "GNU AFFERO",
"scripts": {
"lint": "standard",
"build": "webpack --optimize-minimize",
"start": "webpack-dev-server",
"fix": "standard --fix"
},
"dependencies": {
"html-webpack-plugin": "^2.28.0",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.3",
"react-router": "4.0.0-alpha.5",
"redux": "^3.6.0"
},
"devDependencies": {
"autoprefixer": ">=6.7.7",
"babel-core": "^6.23.1",
"babel-eslint": ">=6",
"babel-loader": "^6.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.18.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-es2017": "6.16.0",
"babel-preset-react": "^6.23.0",
"bootstrap": "^3.3.7",
"css-loader": "^0.26.2",
"eslint": "3.6.1",
"eslint-config-standard": "6.1.0",
"eslint-config-standard-jsx": "3.1.0",
"eslint-config-standard-react": "4.1.0",
"eslint-loader": "^1.7.0",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-react": "6.3.0",
"eslint-plugin-standard": "2.0.0",
"file-loader": "^0.10.1",
"font-awesome": "^4.7.0",
"git-revision-webpack-plugin": "^2.4.1",
"html-loader": ">=0.4.5",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"json-loader": "0.5.4",
"mdbootstrap": "^4.3.1",
"node-sass": "^4.5.0",
"postcss-loader": ">=1.3.3",
"react-autocomplete": ">=1.4.0",
"react-bootstrap": "^0.30.7",
"react-spinkit": "^2.1.1",
"sass-loader": "^6.0.2",
"style-loader": "0.13.1",
"raw-loader": "^0.5.1",
"url-loader": "^0.5.8",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.4.1"
}
}