-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.28 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
{
"name": "skeleton-typescript-webpack",
"version": "1.0.0",
"description": "A starter kit for building a standard navigation-style app with Aurelia and Webpack.",
"main": "dist/app.bundle.js",
"repository": {
"url": "git+ssh://[email protected]/aurelia/skeleton-navigation.git",
"type": "git"
},
"author": "Bazyli Brzóska <[email protected]> (https://invent.life/)",
"license": "CC0-1.0",
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"start": "nps",
"test": "nps test"
},
"devDependencies": {
"@types/node": "^9.4.7",
"@types/webpack": "^4.1.0",
"aurelia-webpack-plugin": "^3.0.0-rc.1",
"autoprefixer": "7.1.2",
"css-loader": "^0.28.10",
"file-loader": "^1.1.11",
"html-webpack-plugin": "webpack-contrib/html-webpack-plugin",
"http-server": "^0.11.1",
"nps": "^5.8.2",
"nps-utils": "^1.5.0",
"postcss-loader": "^2.1.1",
"prettier": "^1.11.1",
"style-loader": "^0.20.3",
"ts-loader": "^4.0.1",
"ts-node": "^5.0.1",
"typescript": "^2.7.2",
"url-loader": "^1.0.1",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11",
"webpack-dev-server": "^3.1.1"
},
"dependencies": {
"aurelia-bootstrapper": "2.1.1",
"aurelia-framework": "1.1.4",
"reflect-metadata": "^0.1.12"
}
}