-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "fuse-box-aurelia-seed",
"version": "1.0.0",
"description": "Fuse box sample on aurelia",
"scripts": {
"start": "node ./build/fuse dev",
"demo": "node ./build/fuse prod"
},
"author": "Fusebox community",
"license": "MIT",
"devDependencies": {
"@types/bluebird-global": "^3.5.3",
"aurelia-animator-css": "^1.0.4",
"aurelia-binding": "^1.6.0",
"aurelia-bootstrapper": "^2.1.1",
"aurelia-dependency-injection": "^1.3.2",
"aurelia-fetch-client": "^1.2.0",
"aurelia-framework": "^1.1.5",
"aurelia-loader": "^1.0.0",
"aurelia-metadata": "^1.0.3",
"aurelia-pal": "^1.4.0",
"aurelia-path": "^1.1.1",
"aurelia-task-queue": "^1.2.1",
"aurelia-templating": "^1.7.0",
"bluebird": "^3.5.1",
"fuse-box": "^3.0.2",
"fuse-box-aurelia-loader": "^2.0.2",
"fuse-box-typechecker": "^2.7.0",
"less": "^2.7.3",
"source-map": "^0.6.1",
"stylus": "^0.54.5",
"tslint": "^5.8.0",
"typescript": "2.6.2",
"whatwg-fetch": "^2.0.3",
"aurelia-materialize-bridge": "^0.31.0",
"materialize-css": "^0.100.2",
"uglify-js": "^3.3.4"
},
"dependencies": {}
}