-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
53
54
{
"name": "filmdex",
"description": "FilmDeX",
"private": true,
"scripts": {
"ng": "ng",
"sirv": "sirv",
"?start": "echo 'Start Dev Server'",
"start": "ng serve",
"?build": "echo 'Build'",
"build": "ng build --base-href ./",
"?serve": "echo 'Start Server'",
"serve": "sirv ./dist/ --port 4200",
"?fetch": "echo 'Fetch SpreadSheet. Use Envirionment Variable GOOGLE_SHEETS_URL'",
"fetch": "node ./fetch-filmdex.js"
},
"author": "Neo <[email protected]> (https://neos21.net/)",
"license": "MIT",
"homepage": "https://github.com/Neos21/filmdex#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Neos21/filmdex.git"
},
"bugs": {
"url": "https://github.com/Neos21/filmdex/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/Neos21"
},
"dependencies": {
"@angular/animations": "12.2.2",
"@angular/common": "12.2.2",
"@angular/compiler": "12.2.2",
"@angular/core": "12.2.2",
"@angular/forms": "12.2.2",
"@angular/platform-browser": "12.2.2",
"@angular/platform-browser-dynamic": "12.2.2",
"@angular/router": "12.2.2",
"@neos21/neos-normalize": "2.1.0",
"rxjs": "6.6.7",
"tslib": "2.3.1",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.2.2",
"@angular/cli": "12.2.2",
"@angular/compiler-cli": "12.2.2",
"@types/estree": "1.0.1",
"@types/node": "12.20.20",
"sirv-cli": "1.0.14",
"typescript": "4.3.5"
}
}