-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "timdturner.com",
"version": "1.0.0",
"description": "timdturner.com personal site built in Aurelia",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "cross-env rimraf docs",
"build": "webpack",
"start": "webpack-dev-server --open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fedoranimus/timdturner.com.git"
},
"author": "Tim Turner",
"license": "ISC",
"bugs": {
"url": "https://github.com/fedoranimus/timdturner.com/issues"
},
"homepage": "https://github.com/fedoranimus/timdturner.com#readme",
"dependencies": {
"aurelia-bootstrapper": "^2.1.1",
"aurelia-framework": "^1.1.4",
"font-awesome": "^4.7.0",
"skeleton-css": "^2.0.4"
},
"devDependencies": {
"@types/webpack": "^3.0.9",
"@types/webpack-env": "^1.13.0",
"aurelia-webpack-plugin": "^2.0.0-rc.3",
"cname-webpack-plugin": "^1.0.1",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^5.1.4",
"css-loader": "^0.28.4",
"file-loader": "^0.11.2",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^3.1.0",
"push-dir": "^0.4.1",
"rimraf": "^2.6.2",
"ts-loader": "^2.3.2",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"url-loader": "^0.5.9",
"webpack": "^3.5.4",
"webpack-dev-server": "^2.7.1"
}
}