forked from Qafoo/QualityAnalyzer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.45 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
{
"name": "qafooQualityAnalyzer",
"description": "See composer.json",
"repository": "https://github.com/Qafoo/QualityAnalyzer.git",
"license": "AGPL-3.0",
"dependencies": {
"babel-core": "5.8.34",
"babel-eslint": "4.1.8",
"babel-loader": "5.4.0",
"bootstrap-sass": "3.3.6",
"bootstrap-sass-loader": "1.0.9",
"css-loader": "0.21.0",
"d3": "3.5.10",
"eslint": "1.10.3",
"eslint-config-react": "1.1.1",
"eslint-config-standard": "4.4.0",
"eslint-plugin-react": "3.11.2",
"eslint-plugin-standard": "1.3.1",
"extract-text-webpack-plugin": "0.9.1",
"file-loader": "0.8.5",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-watch": "0.6.1",
"grunt-eslint": "17.3.1",
"grunt-karma": "0.12.1",
"grunt-webpack": "1.0.11",
"history": "1.13.1",
"jasmine": "2.4.0",
"jasmine-core": "2.4.0",
"jquery": "2.1.4",
"jszip": "2.5.0",
"jszip-utils": "0.0.2",
"karma": "0.13.22",
"karma-jasmine": "0.3.6",
"karma-junit-reporter": "0.3.7",
"karma-phantomjs-launcher": "0.2.1",
"node-sass": "3.4.2",
"object-assign": "4.0.1",
"phantomjs": "1.9.19",
"react": "0.14.3",
"react-dom": "0.14.3",
"react-router": "2.0.1",
"sass-loader": "3.1.2",
"style-loader": "0.13.0",
"underscore": "1.8.3",
"url-loader": "0.5.7",
"webpack": "1.12.9",
"xml2js": "0.4.15"
},
"devDependencies": {
"webpack-dev-server": "^1.16.2"
}
}