forked from qlik-demo-team/qdt-react-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.67 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": "qlik-react-starter",
"version": "1.0.0",
"description": "Starter project for rapidly developing QAP-powered apps",
"dependencies": {
"autobind-decorator": "^2.1.0",
"babel-polyfill": "^6.26.0",
"copy-webpack-plugin": "^4.5.1",
"flexboxgrid": "^6.3.1",
"gulp": "^3.9.1",
"json-loader": "^0.5.7",
"prop-types": "^15.6.0",
"qdt-components": "1.1.42",
"react": "16.3.2",
"react-dom": "^16.0.0",
"react-highlight.js": "^1.0.7",
"react-hot-loader": "^3.1.1",
"react-router-dom": "^4.2.2"
},
"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-preset-latest": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cross-env": "^5.1.1",
"css-loader": "^0.28.11",
"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.5",
"html-webpack-plugin": "^2.30.1",
"node-sass": "^4.8.3",
"postcss-loader": "^2.0.8",
"precss": "^2.0.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.19.1",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.9.3"
},
"scripts": {
"build": "cross-env ENV=production webpack",
"dev": "cross-env ENV=development webpack-dev-server --hot --history-api-fallback --open",
"lint": "eslint . --ignore-path .gitignore --cache"
}
}