-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
73 lines (73 loc) · 2.57 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
67
68
69
70
71
72
73
{
"name": "aurelia-skeleton-navigation-webpack",
"version": "1.0.0-beta.1.2.2",
"description": "A starter kit for building a standard navigation-style app with Aurelia and webpack.",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.js --hot --inline --progress --devtool eval",
"build": "webpack --config webpack.config.js --progress --profile",
"prod": "webpack -p --config webpack.prod.config.js --progress --devtool source-map",
"test": "karma start",
"webdriver:update": "./node_modules/.bin/webdriver-manager update",
"webdriver:start": "./node_modules/.bin/webdriver-manager start",
"pree2e": "npm run webdriver:update -- --standalone",
"e2e": "./node_modules/.bin/protractor"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/aurelia/skeleton-navigation.git"
},
"keywords": [
"aurelia",
"skeleton",
"navigation",
"webpack"
],
"author": "Arjen de Blok",
"license": "MIT",
"bugs": {
"url": "https://github.com/aurelia/skeleton-navigation/issues"
},
"homepage": "https://github.com/aurelia/skeleton-navigation#readme",
"dependencies": {
"aurelia-bootstrapper-webpack": "^0.1.0",
"aurelia-event-aggregator": "^1.0.0-beta.1.1.1",
"aurelia-fetch-client": "^1.0.0-beta.1.1.0",
"aurelia-framework": "^1.0.0-beta.1.1.3",
"aurelia-history-browser": "^1.0.0-beta.1.1.2",
"aurelia-loader-webpack": "^1.0.0-beta.1.0.0",
"aurelia-logging-console": "^1.0.0-beta.1.1.4",
"aurelia-pal-browser": "^1.0.0-beta.1.1.4",
"aurelia-polyfills": "^1.0.0-beta.1.0.0",
"aurelia-route-recognizer": "^1.0.0-beta.1.2.0",
"aurelia-router": "^1.0.0-beta.1.1.1",
"aurelia-templating-binding": "^1.0.0-beta.1.1.1",
"aurelia-templating-resources": "^1.0.0-beta.1.1.1",
"aurelia-templating-router": "^1.0.0-beta.1.1.1",
"bootstrap": "^3.3.6",
"font-awesome": "^4.5.0",
"isomorphic-fetch": "^2.2.1"
},
"devDependencies": {
"aurelia-tools": "^0.1.18",
"aurelia-webpack-plugin": "^1.0.0-beta.1.0.0",
"css-loader": "^0.23.1",
"core-js": "^2.2.0",
"eslint": "^1.10.3",
"file-loader": "^0.8.5",
"html-webpack-plugin": "^2.9.0",
"jasmine-core": "^2.4.1",
"karma": "^0.13.21",
"karma-chrome-launcher": "^0.2.2",
"karma-jasmine": "^0.3.7",
"karma-webpack": "^1.7.0",
"protractor": "^3.2.1",
"raw-loader": "^0.5.1",
"style-loader": "^0.13.0",
"typescript": "^1.8.7",
"ts-loader": "^0.8.1",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1"
}
}