-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
86 lines (86 loc) · 2.5 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "datalab",
"version": "1.2.0",
"description": "PMA2020 Data Lab",
"main": "index.js",
"scripts": {
"test": "karma start karma.conf.js --single-run; node ./test/index.js",
"test:selenium": "node ./test/index.js",
"test:unit": "karma start karma.conf.js --single-run",
"doc:gen": "esdoc",
"lint": "./node_modules/.bin/eslint ./source/javascripts/*.js; exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PMA-2020/datalab.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PMA-2020/datalab/issues"
},
"homepage": "https://github.com/PMA-2020/datalab#readme",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bootstrap": "^3.3.7",
"bootstrap-colorpicker": "^2.5.2",
"bootstrap-select": "^1.12.4",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"css-loader": "^0.28.5",
"esdoc": "^1.1.0",
"esdoc-importpath-plugin": "^1.0.2",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.0.1",
"eslint-config-google": "^0.9.1",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"font-awesome": "^4.7.0",
"highcharts": "^5.0.14",
"install": "^0.10.1",
"karma": "^2.0.2",
"karma-chai": "^0.1.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-json-fixtures-preprocessor": "0.0.6",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sinon": "^1.0.5",
"karma-webpack": "^3.0.0",
"mocha": "^5.2.0",
"node-sass": "^4.5.3",
"npm": "^5.4.1",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"sinon": "^5.1.0",
"style-loader": "^0.18.2",
"tether": "^1.4.0",
"uglify-js": "github:mishoo/UglifyJS2",
"uglifyjs-webpack-plugin": "^0.4.6",
"url-loader": "^0.5.9",
"webpack": "^3.5.5"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"chromedriver": "^2.41.0",
"downloads-folder": "^1.0.1",
"driver.js": "^0.5.2",
"hoek": "^5.0.3",
"jquery": "^3.2.1",
"ls": "^0.2.1",
"promise-polyfill": "8.0.0",
"selenium-webdriver": "^4.0.0-alpha.1",
"string-similarity": "^1.2.0",
"whatwg-fetch": "^2.0.4"
}
}