This repository has been archived by the owner on May 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.04 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
{
"name": "finder-demo",
"version": "2.0.1",
"description": "The Almighty Finder of Things.",
"homepage": "https://laxarjs.org/",
"author": "",
"license": "MIT",
"scripts": {
"browser-spec": "npm run browser-spec-build && npm run browser-spec-run",
"browser-spec-build": "webpack --env.browserSpec",
"browser-spec-run": "webpack-dev-server --env.browserSpec",
"eslint": "eslint --ext=.js, application/widgets *.js",
"karma": "node karma.config.js",
"dist": "webpack --env.production",
"prepublish": "webpack --progress",
"start": "webpack-dev-server --inline --hot",
"test": "npm run karma && npm run eslint",
"yo": "yo"
},
"dependencies": {
"angular": "^1.6.4",
"angular-sanitize": "^1.6.4",
"d3": "^3.5.6",
"jquery": "^3.2.1",
"laxar": "^2.0.0",
"laxar-angular-adapter": "^2.0.0",
"laxar-developer-tools-widget": "^3.0.0",
"laxar-patterns": "^2.0.0",
"laxar-uikit": "^2.0.0",
"openlayers": "^3.20.1",
"promise-polyfill": "^2.1.0",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"angular": "^1.5.7",
"angular-mocks": "^1.5.7",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-plugin-transform-object-rest-spread": "^6.20.1",
"babel-preset-es2015": "^6.9.0",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.13.1",
"eslint-config-laxarjs": "^2.0.0",
"eslint-plugin-angular": "^2.4.2",
"eslint-plugin-html": "^2.0.3",
"eslint-plugin-vue": "^2.0.1",
"extract-text-webpack-plugin": "^2.0.0",
"file-loader": "^0.9.0",
"img-loader": "^1.3.1",
"jasmine-core": "^2.5.2",
"laxar-angular-adapter": "^2.0.0",
"laxar-cube.theme": "^2.0.0",
"laxar-infrastructure": "^2.0.0",
"laxar-loader": "^2.0.0",
"laxar-mocks": "^2.0.0",
"node-sass": "^4.5.1",
"sass-loader": "^6.0.3",
"style-loader": "^0.18.2",
"url-loader": "^0.5.7",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.2.0",
"webpack-jasmine-html-runner-plugin": "^0.7.0",
"yo": "~1.8.5"
}
}