-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 991 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": "gendered-disinfo-web-report",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single --dev --port 5555"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-html": "^0.2.4",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.0.0",
"d3": "^7.0.0",
"eslint": "^7.23.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-browser": "*",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-svelte3": "^3.2.0",
"fflate": "^0.7.1",
"rollup": "^2.53.0",
"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.38.3",
"sweetalert": "^2.1.2",
"three": "^0.134.0"
},
"dependencies": {
"sirv-cli": "^1.0.12"
},
"type": "module"
}