-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.85 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
55
56
57
58
59
60
61
62
63
{
"name": "raincloud",
"version": "1.16.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/garredow/raincloud.git"
},
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear --port 3000",
"check": "svelte-check --tsconfig ./tsconfig.json",
"commit": "cz",
"postversion": "./deploy/version.sh $npm_package_version"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^3.1.0",
"@rollup/plugin-typescript": "^8.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^9.0.1",
"@tsconfig/svelte": "^2.0.0",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"rollup": "^2.3.4",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-svelte-svg": "^1.0.0-beta.6",
"rollup-plugin-terser": "^7.0.0",
"semantic-release": "^19.0.2",
"svelte": "^3.47.0",
"svelte-check": "^2.7.0",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"date-fns": "^2.28.0",
"dexie": "^3.2.1",
"kaios-lib": "^1.6.0",
"lodash.throttle": "^4.1.1",
"numeral": "^2.0.6",
"onyx-ui": "^0.10.0",
"sirv-cli": "^1.0.0",
"svelte-icons": "^2.1.0",
"svelte-spa-router": "^3.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}