-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 2.16 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": "append",
"version": "0.0.0",
"description": "Create a pixel-perfect Web 3.0 blog, store, or app.",
"private": "true",
"type": "module",
"engines": {
"node": ">= 14.16.1"
},
"scripts": {
"dev": "svelte-kit dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"compile": "hardhat compile",
"deploy": "hardhat deploy",
"lint": "prettier --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --write --plugin-search-dir=. ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/natclark/append.git"
},
"author": "Nathan Clark",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/natclark/append/issues"
},
"devDependencies": {
"@sveltejs/adapter-static": "^1.0.0-next.13",
"@sveltejs/kit": "next",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"autoprefixer": "^10.3.1",
"cssnano": "^5.0.7",
"electron": "^14.0.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"mdsvex": "^0.9.8",
"postcss": "^8.3.6",
"postcss-nested": "^5.0.5",
"prettier": "~2.2.1",
"prettier-plugin-svelte": "^2.2.0",
"rehype-autolink-headings": "^6.1.0",
"rehype-slug": "^5.0.0",
"remark-abbr": "^1.4.1",
"remark-github": "^11.1.0",
"sass": "^1.37.5",
"svelte": "^3.34.0",
"svelte-preprocess": "^4.7.4",
"svelte2tsx": "^0.4.4",
"tslib": "^1.14.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@jaames/iro": "^5.5.2",
"@unstoppabledomains/resolution": "^5.0.1",
"canvas-confetti": "^1.4.0",
"cl-editor": "^2.2.2",
"dotenv": "^10.0.0",
"file-saver": "^2.0.5",
"jszip": "^3.7.1",
"marked": "^2.1.3",
"svelte-loading-spinners": "^0.1.7",
"svelte-simple-modal": "^1.0.0",
"web3.storage": "^3.1.0",
"web3w": "^0.3.1"
}
}