-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.52 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
{
"name": "trello-custom-print",
"version": "1.0.0",
"description": "Customized Trello board print out.",
"scripts": {
"build": "webpack -d",
"watch": "webpack -d --watch",
"release": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Yaroslav Stavnichiy",
"repository": "yarosla/trello-custom-print",
"license": "ISC",
"devDependencies": {
"@types/core-js": "0.9.39",
"@types/jquery": "^3.3.1",
"@types/marked": "^0.3.0",
"angular2-template-loader": "0.6.0",
"awesome-typescript-loader": "^3.5.0",
"copy-webpack-plugin": "4.0.0",
"css-loader": "0.26.1",
"extract-text-webpack-plugin": "1.0.1",
"file-loader": "0.9.0",
"node-sass": "^4.9.0",
"postcss-loader": "1.2.0",
"raw-loader": "0.5.1",
"sass-loader": "4.0.2",
"source-map-loader": "0.1.5",
"style-loader": "0.13.1",
"to-string-loader": "1.1.5",
"typescript": "2.8.3",
"webpack": "1.13.2"
},
"dependencies": {
"@angular/common": "^2.4.10",
"@angular/compiler": "^2.4.10",
"@angular/core": "^2.4.10",
"@angular/forms": "^2.4.10",
"@angular/http": "^2.4.10",
"@angular/platform-browser": "^2.4.10",
"@angular/platform-browser-dynamic": "^2.4.10",
"@angular/platform-server": "^2.4.10",
"@angular/router": "^3.4.10",
"bootstrap-sass": "^3.3.7",
"core-js": "^2.5.6",
"jquery": "^3.3.1",
"marked": "^0.3.19",
"reflect-metadata": "0.1.8",
"rxjs": "5.6.0-forward-compat.4",
"zone.js": "^0.7.8"
}
}