forked from alner/qsSimpleKPI
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.17 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.17 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
67
68
69
70
71
72
73
74
75
{
"name": "@qlik/qlik-multi-kpi",
"version": "0.0.1",
"description": "A tiled chart that shows one KPI per dimension value and measure.",
"private": true,
"homepage": "https://github.com/alner/qsSimpleKPI",
"bugs": "https://github.com/alner/qsSimpleKPI/issues",
"author": "Alexander Nerush <[email protected]>",
"license": "MIT",
"repository": "https://github.com/alner/qsSimpleKPI",
"scripts": {
"build": "gulp build",
"build:zip": "gulp zip",
"eslint": "eslint src",
"test": "karma start karma.conf.js",
"test-once": "karma start karma.conf.js --single-run"
},
"dependencies": {
"promise-polyfill": "6.0.1",
"react": "0.14.9",
"react-dom": "0.14.9",
"react-inline-css": "2.3.0",
"react-redux": "5.0.7",
"redux": "4.0.1"
},
"devDependencies": {
"@babel/preset-env": "7.1.0",
"autoprefixer": "6.3.7",
"autoprefixer-loader": "3.2.0",
"babel": "6.23.0",
"babel-core": "6.26.3",
"babel-eslint": "10.0.1",
"babel-loader": "5.4.2",
"better-console": "1.0.1",
"css-loader": "0.15.6",
"del": "2.0.2",
"enzyme": "3.7.0",
"enzyme-adapter-react-14": "1.1.1",
"eslint": "5.6.0",
"eslint-plugin-react": "7.10.0",
"expose-loader": "0.7.0",
"extend": "3.0.0",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.8.4",
"gulp": "4.0.0",
"gulp-cssnano": "2.1.2",
"gulp-less": "3.0.3",
"gulp-purifycss": "0.2.0",
"gulp-util": "^3.0.7",
"gulp-zip": "3.0.2",
"ignore-loader": "0.1.2",
"jasmine-core": "3.2.1",
"karma": "6.4.1",
"karma-chrome-launcher": "2.2.0",
"karma-jasmine": "1.1.2",
"karma-sourcemap-loader": "0.3.7",
"karma-webpack": "3.0.5",
"less": "2.7.1",
"less-loader": "2.2.0",
"less-plugin-autoprefix": "1.5.1",
"less-plugin-clean-css": "1.5.1",
"lodash.merge": "4.6.2",
"map-stream": "0.0.6",
"natives": "1.1.6",
"node-libs-browser": "2.2.1",
"postcss-loader": "0.9.1",
"react-addons-test-utils": "0.14.0",
"react-hot-loader": "1.3.1",
"require-dot-file": "0.4.0",
"style-loader": "0.12.3",
"url-loader": "0.5.7",
"webpack": "1.11.0",
"yamljs": "0.2.3"
}
}