-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.05 KB
/
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
{
"name": "countering-narratives-online",
"version": "1.0.0",
"description": "Playbook detailing how to counter narratives on social media",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single --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",
"codemirror": "^5.64.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",
"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"
},
"type": "module",
"dependencies": {
"fflate": "^0.7.2",
"sirv-cli": "^1.0.12"
}
}