-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 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
64
{
"name": "example-aurelia-dragula",
"description": "An Aurelia client application.",
"version": "0.1.0",
"repository": {
"type": "???",
"url": "???"
},
"scripts": {},
"license": "MIT",
"dependencies": {
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^2.3.0",
"aurelia-dragula": "^2.0.3",
"aurelia-fetch-client": "^1.0.0",
"bluebird": "^3.5.2",
"bootstrap": "^3.3.6",
"font-awesome": "4.6.3",
"jquery": "^2.2.4",
"lorem-ipsum": "^1.0.6",
"node-uuid": "^1.4.8",
"systemjs": "^0.21.5",
"systemjs-plugin-text": "^0.0.11",
"whatwg-fetch": "^2.0.3"
},
"peerDependencies": {},
"devDependencies": {
"aurelia-cli": "^1.0.0-beta.13",
"aurelia-testing": "^1.0.0",
"aurelia-tools": "^2.0.0",
"gulp": "^4.0.0",
"minimatch": "^3.0.4",
"through2": "^2.0.3",
"vinyl-fs": "^3.0.3",
"babel-eslint": "^10.0.1",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/core": "^7.1.2",
"@babel/polyfill": "^7.0.0",
"@babel/register": "^7.0.0",
"gulp-babel": "^8.0.0",
"gulp-cache": "^1.0.2",
"gulp-eslint": "^5.0.0",
"gulp-htmlmin": "^5.0.1",
"html-minifier": "^3.5.20",
"gulp-sass": "^4.0.1",
"jasmine-core": "^3.2.1",
"karma": "^3.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-sourcemap-loader": "^0.3.7",
"karma-babel-preprocessor": "^8.0.0-beta.0",
"browser-sync": "^2.26.0",
"connect-history-api-fallback": "^1.5.0",
"debounce": "^1.2.0",
"gulp-changed-in-place": "^2.3.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-notify": "^3.2.0",
"gulp-watch": "^5.0.1"
}
}