forked from qlik-demo-team/qdt-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.86 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
{
"name": "qdt-components",
"version": "1.1.42",
"description": "Qlik Demo Team Components",
"main": "dist/qdt-components.js",
"author": "The Demo Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:qlik-demo-team/qdt-components.git"
},
"keywords": [
"qlik",
"sense",
"capability api",
"react-component",
"angular-components",
"react"
],
"homepage": "https://github.com/qlik-demo-team/",
"dependencies": {
"autobind-decorator": "^2.1.0",
"d3": "^4.11.0",
"enigma.js": "^2.1.1",
"hammerjs": "^2.0.8",
"leonardo-ui": "^1.5.1",
"picasso-plugin-hammer": "^0.7.0",
"picasso-plugin-q": "^0.7.0",
"picasso.js": "^0.7.0",
"prop-types": "^15.6.0",
"qdt-lui": "0.0.24",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"ws": "^5.1.0"
},
"devDependencies": {
"autoprefixer": "^7.1.6",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.2",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"file-loader": "^1.1.10",
"json-loader": "^0.5.7",
"node-sass": "^4.5.3",
"postcss-loader": "^2.0.8",
"precss": "^2.0.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.0",
"url-loader": "^0.6.2",
"webpack": "^3.8.1"
},
"scripts": {
"start": "webpack --watch",
"lint": "eslint . --ignore-path .gitignore --cache"
}
}