-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.84 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.84 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
{
"name": "legorange",
"version": "2.0.0",
"description": "Application Legorange using Flexible dataSync",
"main": "",
"scripts": {
"start": "webpack-dev-server --hot --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack --progress --colors -p",
"serve": "cross-env NODE_ENV=production webpack-dev-server",
"semantic-release": "semantic-release pre && semantic-release post"
},
"dependencies": {
"font-awesome": "^4.5.0",
"foundation-sites": "6.2.4",
"jquery": "2.2.0",
"jquery-confirm": "^3.0.0",
"jquery-mobile": "^1.4.1",
"jquery-ui": "^1.12.0",
"jquery-ui-bundle": "^1.11.4",
"jquery-ui-touch-punch": "^0.2.3",
"jquery.qrcode": "^1.0.3",
"mobile-detect": "^1.3.5",
"webcom": "^1.0.3",
"webcom-reach": "^2.0.0"
},
"devDependencies": {
"bower": "~1.8.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^3.1.3",
"css-loader": "^0.26.0",
"exports-loader": "^0.6.3",
"expose-loader": "^0.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.8.1",
"image-webpack-loader": "^3.0.0",
"imports-loader": "^0.6.5",
"less": "^2.6.0",
"less-loader": "^2.2.3",
"motion-ui": "^1.2.2",
"node-sass": "^3.7.0",
"sass-loader": "^4.0.0",
"semantic-release": "^6.3.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"web-app-manifest-loader": "^0.1.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/webcom-components/legorange.git"
},
"author": "Simon Baumann",
"license": "ISC",
"engines": {
"node": ">=4"
},
"bugs": {
"url": "https://github.com/webcom-components/legorange/issues"
},
"homepage": "https://github.com/webcom-components/legorange#readme"
}