-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
30 lines (30 loc) · 883 Bytes
/
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
{
"name": "syndikat-web",
"version": "1.0.0",
"description": "",
"scripts": {
"build": "npm run build --prefix svelte-components && bundle exec jekyll build",
"dev": "bundle exec jekyll serve",
"dev:svelte": "npm run --prefix svelte-components dev",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
},
"dependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.0",
"husky": "^9.0.11",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.1.2",
"rollup": "^3.15.0",
"sirv-cli": "^2.0.0",
"svelte-spa-router": "^4.0.1",
"svelte": "^3.55.0",
"tippy.js": "^6.3.7"
},
"keywords": [],
"author": "",
"license": "ISC"
}