-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 2.06 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
{
"name": "fenix-ui-analysis",
"version": "3.0.0-beta.59",
"description": "FENIX analysis",
"main": "dist/fenix-ui-analysis.min.js",
"scripts": {
"test": "cross-env NODE_ENV=test karma start ./karma.config.js",
"build": "cross-env NODE_ENV=production webpack --display-error-details",
"build:demo": "cross-env NODE_ENV=demo webpack --display-error-details",
"dev": "cross-env NODE_ENV=develop webpack-dev-server --display-error-details --progress --color --content-base dev --inline --hot"
},
"repository": {
"type": "git",
"url": "https://github.com/FENIX-Platform/fenix-ui-analysis.git"
},
"author": "FENIX team (http://fenix.fao.org/)",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/FENIX-Platform/fenix-ui-analysis/issues"
},
"homepage": "https://github.com/FENIX-Platform/fenix-analysis#readme",
"dependencies": {
"bootstrap": "^3.3.7",
"draggabilly": "^2.1.1",
"fenix-ui-catalog": "^2.0.0-beta.32",
"fenix-ui-filter-utils": "^1.0.0-beta.18",
"fenix-ui-reports": "^2.0.0-beta.1",
"fenix-ui-visualization-box": "^2.0.0-beta.69",
"jquery": "^3.1.0",
"loglevel": "^1.4.1",
"packery": "^2.1.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"clean-webpack-plugin": "^0.1.10",
"cross-env": "^3.1.3",
"css-loader": "^0.25.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"handlebars": "^4.0.5",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.22.0",
"image-webpack-loader": "^2.0.0",
"imports-loader": "^0.6.5",
"jshint": "^2.9.3",
"jshint-loader": "^0.8.3",
"json-loader": "^0.5.4",
"karma": "^1.2.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-webpack": "^1.8.0",
"mocha": "^3.0.2",
"resolve-url-loader": "^1.6.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.15.1"
}
}