forked from mgreminger/EngineeringPaper.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.62 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
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "svelte-app",
"type": "module",
"version": "1.0.0",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "wrangler pages dev public --kv SHEETS --d1 TABLES --local --persist --compatibility-date=2022-11-30",
"test": "playwright test",
"deploy": "gh-pages -d public"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"@playwright/test": "^1.29.1",
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-terser": "^0.4.0",
"@rollup/plugin-typescript": "^11.0.0",
"@tsconfig/svelte": "^3.0.0",
"@types/wicg-file-system-access": "^2020.9.5",
"better-sqlite3": "^7.6.2",
"carbon-components-svelte": "^0.70.7",
"carbon-icons-svelte": "^11.3.0",
"carbon-preprocess-svelte": "^0.9.1",
"expect": "^26.6.2",
"node-fetch": "^2.6.1",
"pixelmatch": "^5.2.1",
"pngjs": "^4.0.1",
"rollup": "^3.10.1",
"rollup-plugin-bundle-fonts": "^1.0.0",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.5",
"rollup-plugin-svelte": "^7.1.0",
"rollup-plugin-workbox": "^6.2.0",
"ssri": "^10.0.1",
"svelte": "^3.49.0",
"svelte-preprocess": "^5.0.1",
"tslib": "^2.4.0",
"typescript": "^4.9.4",
"wrangler": "^2.11"
},
"dependencies": {
"antlr4": "=4.12.0",
"idb-keyval": "^6.2.0",
"jquery": "^3.6.0",
"mathjs": "11.3.3",
"plotly.js-basic-dist": "^2.16.1",
"quick-lru": "^6.1.1",
"quill": "^1.3.7",
"workbox-window": "^6.5.4"
}
}