-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
62 lines (62 loc) · 2.02 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
{
"name": "abelujo",
"version": "0.0.2",
"description": "abelujo",
"dependencies": {
"angular": "1.3.20",
"angular-animate": "1.3",
"angular-cookies": "1.3",
"angular-datatables": "0.5",
"angular-dynamic-locale": "0.1.32",
"angular-hotkeys": "1.7.0",
"angular-loading-bar": "0.8",
"angular-mocks": "latest",
"angular-resource": "1.4.9",
"angular-route": "1.4.9",
"angular-sanitize": "1.4.9",
"angular-smart-table": "2.1",
"angular-ui-bootstrap": "0.14.3",
"angular-ui-router": "0.2.17",
"angular-ui-select": "*",
"babel-eslint": "^8.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"bootstrap": "^3.3.7",
"c3": "latest",
"datatables": "1.10",
"gulp": "^3",
"gulp-bg": "latest",
"gulp-clean-css": "latest",
"gulp-concat": "latest",
"gulp-jshint": "~1.5.5",
"gulp-less": "~1.2.3",
"gulp-ls": "~2.4",
"gulp-uglify": "~0.2.1",
"gulp-util": "~3.0",
"http-server": "~0.6.1",
"jquery": "~1.9",
"livescript": "latest",
"lodash": "^4.17.4",
"prelude-ls": "1.1.2",
"shelljs": "~0.2.6",
"underscore": "^1.8.3",
"yargs": "1.2.1"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"brunch": "^2.10.12",
"babel-brunch": "^6.1.1",
"element-ui": "^2.0",
"javascript-brunch": "^2.10.0",
"vue": "^2.5.2",
"vue-brunch": "^2.0.1",
"vue-progressbar": "^0.7.3",
"vue-resource": "^1.3.4",
"vue-resource-progressbar-interceptor": "^1.1.9",
"testcafe": "latest"
},
"private": true,
"scripts": {
"update-index-async": "node -e \"require('shelljs/global'); sed('-i', /\\/\\/@@NG_LOADER_START@@[\\s\\S]*\\/\\/@@NG_LOADER_END@@/, '//@@NG_LOADER_START@@\\n' + '\\n//@@NG_LOADER_END@@', 'app/index-async.html');\""
}
}