-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 864 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
{
"name": "svelte-app",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^14.0.0",
"@rollup/plugin-node-resolve": "^8.0.0",
"@types/vcf": "^2.0.2",
"cntl": "^1.0.0",
"postcss": "^8.0.9",
"postcss-load-config": "^2.1.0",
"rollup": "^2.3.4",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-preprocess": "^4.3.0",
"tailwindcss": "^1.8.10"
},
"dependencies": {
"a-avataaar": "git+https://github.com/dshomoye/a-avataaar.git",
"canvg": "^3.0.7",
"sirv-cli": "^1.0.0",
"vcf": "^2.1.0"
}
}