generated from fresh-app/fresh-vite-app-svelte-ts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.47 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
{
"name": "fresh-app",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"build:libs": "browserify ./src/libs.js -s SongWorkshopLibs -o public/libs/libs.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.11",
"@tsconfig/svelte": "^2.0.1",
"@types/chai": "^4.2.22",
"@types/chroma-js": "^2.1.3",
"@types/crypto-js": "^4.0.2",
"@types/lodash": "^4.14.175",
"@types/minimatch": "^3.0.5",
"@types/mocha": "^9.0.0",
"@types/wicg-file-system-access": "^2020.9.4",
"browserify": "^17.0.0",
"svelte": "^3.37.0",
"svelte-check": "^2.1.0",
"svelte-preprocess": "^4.7.2",
"tslib": "^2.2.0",
"typescript": "^4.3.2",
"vite": "^2.6.4"
},
"dependencies": {
"@ffmpeg/ffmpeg": "^0.10.1",
"@ui5/webcomponents": "^1.0.0-rc.15",
"@ui5/webcomponents-fiori": "^1.0.0-rc.15",
"@ui5/webcomponents-icons": "^1.0.0-rc.15",
"axios": "^0.23.0",
"bemuse-indexer": "^49.0.0",
"bemuse-notechart": "^49.0.0",
"bms": "^49.0.0",
"buffer": "^6.0.3",
"chai": "^4.3.4",
"chroma-js": "^2.1.2",
"crypto-js": "^4.1.1",
"expect": "^27.2.5",
"idb-keyval": "^6.0.2",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"md5.js": "^1.3.5",
"memoize-one": "^5.2.1",
"minimatch": "^3.0.4",
"mocha": "^9.1.2",
"p-memoize": "4"
}
}