-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.34 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
{
"name": "ssv-au-ui-dojo",
"version": "1.0.0",
"description": "Sketch7 playground/dojo for aurelia UI web components",
"scripts": {
"start": "gulp watch",
"build": "gulp rebuild",
"lint": "gulp lint"
},
"keywords": [
"web components",
"aurelia",
"ssv",
"ux",
"ui"
],
"author": "Stephen Lautier <[email protected]>, Clayton Lautier <[email protected]>",
"license": "MIT",
"dependencies": {
"@ssv/au-core": "^0.3.10",
"@ssv/au-ui": "^0.8.0",
"@ssv/core": "^0.3.22",
"@types/bluebird": "^3.5.16",
"@types/lodash": "^4.14.77",
"@types/prismjs": "^1.6.4",
"aurelia-animator-css": "^1.0.3",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-router": "^1.4.0",
"bluebird": "^3.5.1",
"font-awesome": "^4.7.0",
"lodash": "^4.17.4",
"node-waves": "^0.7.5",
"normalize-scss": "^7.0.0",
"prismjs": "^1.8.1",
"systemjs": "^0.19.47"
},
"devDependencies": {
"@ssv/tools": "^0.6.12",
"browser-sync": "^2.18.13",
"connect-history-api-fallback": "^1.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"gulp-util": "^3.0.8",
"require-dir": "^0.3.2",
"run-sequence": "^2.2.0",
"typescript": "^2.5.3"
}
}