-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 917 Bytes
/
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
{
"name": "txtdit",
"version": "1.0.6",
"description": "Featureless themeable text editor. https://txtdit.aboni.dev",
"repository": {
"type": "git",
"url": "git://github.com/ajboni/txtdit.git",
"repo_url": "https://github.com/ajboni/txtdit"
},
"license": "GPL-3.0-or-later",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.2",
"@rollup/plugin-image": "^2.0.4",
"@rollup/plugin-json": "^4.0.2",
"@rollup/plugin-node-resolve": "^7.1.1",
"rollup": "^2.0.6",
"rollup-plugin-copy": "^3.3.0",
"rollup-plugin-livereload": "^1.0.4",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-scss": "^2.1.0",
"rollup-plugin-svelte": "^5.1.1",
"rollup-plugin-terser": "^5.3.0",
"sass": "^1.26.3",
"svelte": "^3.19.2",
"svelte-preprocess": "^3.5.0"
},
"dependencies": {
"sirv-cli": "^0.4.5"
}
}