-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.33 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
{
"name": "github-issue-export",
"version": "2.0.0",
"description": "Search and Export GitHub Issues",
"license": "MIT",
"scripts": {
"watch": "./node_modules/.bin/ng build --watch",
"build": "./node_modules/.bin/ng build --prod"
},
"dependencies": {
"@angular/animation": "^4.0.0-beta.8",
"@angular/animations": "^7.2.14",
"@angular/cdk": "^7.3.7",
"@angular/common": "^7.2.4",
"@angular/compiler": "^7.2.4",
"@angular/core": "^7.2.4",
"@angular/forms": "^7.2.14",
"@angular/platform-browser": "^7.2.4",
"@angular/platform-browser-dynamic": "^7.2.4",
"@angular/router": "^7.2.4",
"@fortawesome/angular-fontawesome": "^0.3.0",
"@fortawesome/fontawesome-svg-core": "^1.2.18",
"@fortawesome/free-solid-svg-icons": "^5.8.2",
"bootstrap": "^4.3.1",
"core-js": "^2.6.4",
"file-saver": "^2.0.2",
"moment": "^2.24.0",
"octicons": "^8.5.0",
"reflect-metadata": "^0.1.13",
"rxjs": "6.5.1",
"ts-node": "^7.0.1",
"typescript": "3.2.2",
"zone.js": "^0.8.29"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.13.1",
"@angular/cli": "^7.3.9",
"@angular/compiler-cli": "^7.2.4",
"@types/prosemirror-state": "^1.2.3",
"@types/prosemirror-view": "^1.3.1",
"@types/socket.io": "^2.1.2",
"tsconfig-paths": "^3.8.0"
}
}