-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 1.05 KB
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
{
"name": "typescript-design-patterns",
"version": "1.0.0",
"description": "Typescript design patterns implementations",
"main": "index.html",
"scripts": {
"start": "concurrently \"webpack -w\" \"light-server -s . -p 3000 -w **/*.js\"",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonnyFox/typescript-design-patterns.git"
},
"author": "Jonny Fox",
"license": "ISC",
"bugs": {
"url": "https://github.com/JonnyFox/typescript-design-patterns/issues"
},
"homepage": "https://github.com/JonnyFox/typescript-design-patterns#readme",
"dependencies": {
"concurrently": "^3.5.0",
"css-loader": "^0.28.4",
"getmdl-select": "^1.1.0",
"light-server": "^2.2.1",
"node-sass": "^4.5.3",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.2",
"typescript": "^2.4.2",
"webpack": "^3.5.4"
}
}