forked from papyrs/papyrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.13 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
{
"name": "papyrs",
"private": true,
"description": "Blog on web3",
"version": "0.0.25",
"author": "David Dal Busco <[email protected]>",
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"i18n": "node --experimental-json-modules scripts/i18n.mjs",
"postinstall": "node scripts/monaco.mjs",
"dev": "export FEED_SECRET=secret && npm run i18n && vite dev",
"build:csp": "node build-csp.mjs",
"build": "vite build && npm run build:csp",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. . && eslint .",
"format": "prettier --write --plugin-search-dir=. ."
},
"devDependencies": {
"@deckdeckgo/excalidraw": "^1.2.0",
"@deckdeckgo/monaco-editor": "^1.5.0",
"@sveltejs/adapter-static": "^2.0.1",
"@sveltejs/kit": "^1.9.1",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"autoprefixer": "^10.4.13",
"eslint": "^8.35.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"node-fetch": "^3.3.0",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"prettier-plugin-svelte": "^2.9.0",
"sass": "^1.58.3",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"svelte-preprocess": "^5.0.1",
"typescript": "~4.9.5",
"vite": "^4.1.4"
},
"keywords": [
"blog",
"blogging",
"blogging-platform",
"journalism"
],
"repository": {
"type": "git",
"url": "https://github.com/papyrs/papyrs"
},
"bugs": {
"url": "https://github.com/papyrs/papyrs/issues"
},
"dependencies": {
"@deckdeckgo/editor": "^8.4.0",
"@deckdeckgo/highlight-code": "^4.4.0",
"@deckdeckgo/offline": "^0.0.7",
"@deckdeckgo/social-img": "^1.4.0",
"@deckdeckgo/studio": "^0.0.23",
"@deckdeckgo/sync": "^0.0.40",
"@papyrs/stylo": "^0.0.42",
"@papyrs/ui": "^0.0.12",
"@stencil/core": "^2.19.2",
"web-social-share": "^9.1.0"
}
}