-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "leonardo-ui",
"version": "1.7.1",
"description": "UI Library for Qlik Sense web projects",
"author": "QlikTech International AB",
"license": "MIT",
"repository": {
"type": "git",
"url": "[email protected]:qlik-oss/leonardo-ui.git"
},
"files": [
"/dist"
],
"main": "dist/leonardo-ui.min.js",
"engines": {
"node": ">=8"
},
"scripts": {
"build": "webpack --config ./tools/webpack.config.js",
"lint": "eslint .",
"test": "aw -c ./test/unit/aw.config.js",
"test:ci": "node ./tools/build-fixtures.js && webdriver-manager update && aw protractor -c ./test/component/aw.config.js",
"start": "node tools/start.js",
"docs": "node ./tools/build-docs.js"
},
"devDependencies": {
"@after-work.js/aw": "5.1.3",
"@babel/cli": "7.4.3",
"@babel/core": "7.4.3",
"@babel/preset-env": "7.4.3",
"autoprefixer": "9.5.1",
"babel-loader": "8.0.5",
"babel-plugin-istanbul": "5.1.2",
"browser-sync": "2.26.3",
"copy-webpack-plugin": "5.0.2",
"css-loader": "1.0.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-protractor": "1.41.1",
"eslint-plugin-react": "7.12.4",
"glob": "7.1.3",
"handlebars": "4.1.2",
"less": "3.9.0",
"less-loader": "4.1.0",
"mini-css-extract-plugin": "0.6.0",
"postcss-loader": "3.0.0",
"protractor": "5.4.2",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
}
}