-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 2.05 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 2.05 KB
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
{
"name": "invenio-stats-js",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf ./dist && webpack --env build",
"dev": "rm -rf ./dist && webpack --progress --env dev ",
"examples": "rm -rf ./examples/dist && webpack --progress --env examples",
"docs": "rm -rf ./docs && node_modules/.bin/jsdoc -c .jsdoc -u examples/tutorials -d ./docs/",
"test": "rm -rf ./coverage && karma start --log-level debug --env dev"
},
"keywords": [],
"author": "CERN",
"license": "GPL-2.0",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.1.2",
"babel-plugin-lodash": "^3.2.11",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.0",
"banner-webpack-plugin": "^0.2.3",
"css-loader": "^0.28.5",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.2.1",
"extract-text-webpack-plugin": "^3.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"istanbul": "^0.4.5",
"istanbul-instrumenter-loader": "^3.0.0",
"jasmine": "^2.7.0",
"jasmine-core": "^2.7.0",
"jsdoc": "^3.5.4",
"karma": "^1.7.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-sourcemap-loader": "^0.3.7",
"karma-webpack": "^2.0.4",
"lodash-webpack-plugin": "^0.11.4",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.5",
"yargs": "^8.0.2"
},
"dependencies": {
"d3": "^4.10.0",
"d3-extended": "^1.2.10",
"d3-svg-legend": "^2.24.1",
"d3-tip": "^0.7.1",
"lodash": "^4.17.4"
},
"repository": {
"type": "git",
"url": "https://github.com/inveniosoftware/invenio-stats-js.git"
}
}