-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
93 lines (93 loc) · 3.05 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "notiz",
"version": "0.2.0",
"contributors": [
{
"name": "Gary Großgarten",
"url": "https://notiz.dev/authors/gary-grossgarten"
},
{
"name": "Marc Stammerjohann",
"url": "https://notiz.dev/authors/marc-stammerjohann"
}
],
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --output-hashing none",
"dev": "npm run build && npm run scully && npm run serve:scully",
"build:scully": "npm run build:prod && npm run scully",
"build:elements": "ng build --project elements --single-bundle --output-hashing none",
"build:demos": "ng build --project demos",
"format": "prettier --write \"src/**/*.{ts,scss,html}\"",
"scully": "scully",
"serve:scully": "scully serve",
"scully:ci": "npm run scully -- --host='0.0.0.0' --scanRoutes --serverTimeout=60000",
"optimize:images": "node optimize-images.js",
"codegen:api": "ng-openapi-gen -i https://api.notiz.dev/api-json -o src/api"
},
"private": true,
"dependencies": {
"@angular/animations": "13.3.11",
"@angular/cdk": "13.3.9",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.11",
"@angular/core": "13.3.11",
"@angular/elements": "13.3.11",
"@angular/forms": "13.3.11",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@angular/service-worker": "13.3.11",
"@ngneat/hot-toast": "4.1.0",
"@ngneat/overview": "3.0.4",
"@notiz/ngx-plausible": "0.3.0-dev.1",
"@notiz/shortcodes": "0.6.2",
"@notiz/toolbelt": "0.1.0",
"@scullyio/ng-lib": "2.1.13",
"@scullyio/scully": "2.1.13",
"document-register-element": "1.14.10",
"ngx-markdown": "13.1.0",
"prismjs": "1.28.0",
"rough-notation": "^0.5.1",
"rxjs": "7.5.5",
"tslib": "2.3.1",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "13.3.8",
"@angular/cli": "13.3.8",
"@angular/compiler-cli": "13.3.11",
"@gammastream/scully-plugin-sitemap": "1.0.7",
"@notiz/scully-plugin-copy-static-content": "file:projects/copy-static-content",
"@notiz/scully-plugin-medium-zoom": "0.3.0",
"@notiz/scully-plugin-rss": "1.2.0",
"@scullyio/scully-plugin-puppeteer": "2.1.13",
"@tailwindcss/line-clamp": "0.4.0",
"@tailwindcss/typography": "0.5.4",
"@types/jsdom": "^16.2.14",
"@types/node": "12.11.1",
"autoprefixer": "10.4.8",
"axios": "^0.27.2",
"fast-xml-parser": "~3.17.5",
"image-size": "^1.0.1",
"imagemin": "7.0.1",
"imagemin-jpegtran": "7.0.0",
"imagemin-pngquant": "9.0.2",
"imagemin-svgo": "8.0.0",
"jsdom": "^20.0.0",
"ng-openapi-gen": "^0.21.2",
"ng-packagr": "13.2.1",
"ngx-build-plus": "13.0.1",
"postcss": "8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"stylelint": "13.13.1",
"stylelint-config-recommended": "5.0.0",
"tailwindcss": "3.1.8",
"ts-node": "8.3.0",
"typescript": "4.5.5",
"xmlbuilder": "^13.0.2"
}
}