-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 923 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
36
37
38
39
{
"name": "@xec/svelte-todo",
"version": "1.0.4",
"main": "./index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"repository": {
"type": "git",
"url": "https://github.com/xec/svelte-todo.git"
},
"keywords": [
"xec",
"svelte",
"todo"
],
"homepage": "https://xec.github.io/todo/",
"author": "Eric Morton",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/xec/svelte-todo/issues"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^2.79.2",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"sirv-cli": "^0.4.4"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^5.12.1",
"svelte": "^4.2.19",
"svelte-awesome": "^2.4.1"
}
}