-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
60 lines (60 loc) · 1.84 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
55
56
57
58
59
60
{
"name": "fluin.io",
"version": "0.0.2",
"description": "website",
"main": "index.js",
"scripts": {
"start": "ng serve",
"lint": "tslint \"src/**/*.ts\"",
"deploy": "ts-node src/prerender.ts && firebase deploy"
},
"author": "Stephen Fluin",
"repository": {
"type": "git",
"url": "https://github.com/stephenfluin/fluin.io"
},
"license": "MIT",
"private": true,
"dependencies": {
"@angular/animations": "18.0.0-rc.2",
"@angular/cdk": "^17.0.0-next.4",
"@angular/cli": "18.0.0-rc.2",
"@angular/common": "18.0.0-rc.2",
"@angular/compiler": "18.0.0-rc.2",
"@angular/compiler-cli": "18.0.0-rc.2",
"@angular/core": "18.0.0-rc.2",
"@angular/forms": "18.0.0-rc.2",
"@angular/material": "^17.0.0-next.4",
"@angular/platform-browser": "18.0.0-rc.2",
"@angular/platform-browser-dynamic": "18.0.0-rc.2",
"@angular/platform-server": "18.0.0-rc.2",
"@angular/router": "18.0.0-rc.2",
"@angular/service-worker": "18.0.0-rc.2",
"@types/node": "16",
"core-js": "^2.4.0",
"eslint-plugin-unused-imports": "^2.0.0",
"firebase": "^10.12.0",
"firebase-http2-push-config": "^0.0.10",
"firebase-tools": "^13.9.0",
"http-operators": "^0.0.3",
"puppeteer": "^19.2.2",
"raven-js": "^3.14.2",
"rxjs": "7.8.1",
"rxjs-compat": "^6.1.0",
"snarkdown": "^2.0.0",
"start": "*",
"ts-node": "^10.9.1",
"tslib": "^2.0.0",
"typescript": "5.4.5",
"zone.js": "~0.14.0"
},
"devDependencies": {
"@angular/build": "^18.0.0-rc.2"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 4,
"singleQuote": true,
"printWidth": 120
}
}