forked from Trust-Support/millieu.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
39
40
41
{
"name": "svelte-app",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --single"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"node-sass": "^4.14.1",
"rollup": "^2.32.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-svelte": "^6.1.0",
"rollup-plugin-terser": "^7.0.2",
"sirv-cli": "^1.0.8",
"svelte": "^3.29.0",
"svelte-preprocess": "^4.5.1"
},
"dependencies": {
"@sanity/block-content-to-html": "^1.3.8",
"@sanity/client": "^2.0.1",
"@sanity/image-url": "^0.140.19",
"anchorme": "^2.1.2",
"colyseus.js": "^0.14.0",
"date-fns": "^2.16.1",
"flickity": "^2.2.1",
"fuse.js": "^6.4.2",
"get-video-id": "^3.1.4",
"howler": "^2.2.0",
"js-cookie": "^2.2.1",
"lodash": "^4.17.20",
"pixi-viewport": "^4.15.0",
"pixi.js": "^5.3.3",
"svelte-media-query": "^0.0.4",
"svelte-routing": "^1.4.2",
"tweener": "^0.1.3"
}
}