forked from Androz2091/instaddict
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1010 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
{
"name": "instaddict",
"version": "0.1.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"eslint": "^7.20.0",
"eslint-plugin-svelte3": "^3.1.1",
"rollup": "^2.52.7",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-terser": "^7.0.2",
"svelte": "^3.0.0",
"svelte-preprocess": "^4.7.3"
},
"dependencies": {
"@zerodevx/svelte-toast": "^0.3.0",
"axios": "^0.21.1",
"fflate": "^0.7.1",
"p-queue": "^7.1.0",
"sass": "^1.35.1",
"sirv-cli": "^1.0.12",
"snake-case": "^3.0.4",
"svelte-frappe-charts": "^1.8.3",
"svelte-routing": "^1.6.0",
"svelte-simple-modal": "^1.0.0",
"svelte-tooltip": "^1.2.0",
"unique-names-generator": "^4.5.0"
}
}