This repository was archived by the owner on Mar 21, 2025. It is now read-only.
generated from golang-templates/seed
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.72 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.72 KB
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
{
"name": "fluitans",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "rollup -c",
"check": "svelte-check",
"format": "prettier --write ./src/**/*.{js,svelte,html} --no-error-on-unmatched-pattern",
"lint": "prettier --check --write ./src/**/*.{js,svelte,html} --no-error-on-unmatched-pattern && eslint src/**/*.{js,svelte} --no-error-on-unmatched-pattern",
"lint:fix": "prettier --write ./src/**/*.{js,svelte,html} --no-error-on-unmatched-pattern && eslint --fix src/**/*.{js,svelte} --no-error-on-unmatched-pattern"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-replace": "^5.0.2",
"@sargassum-world/styles": "^0.2.2",
"bulma": "^0.9.4",
"eslint": "^8.34.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.4",
"prettier-plugin-svelte": "^2.9.0",
"purify-css": "^1.2.5",
"rollup": "^3.17.2",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^4.3.0",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-svelte": "^7.1.3",
"rollup-plugin-terser": "^7.0.0",
"sass": "^1.58.3",
"svelte": "^3.55.1",
"svelte-check": "^3.0.4",
"svelte-dark-mode": "^2.0.0",
"svelte-preprocess": "^5.0.1"
},
"dependencies": {
"@fontsource/atkinson-hyperlegible": "^4.5.11",
"@fontsource/oxygen-mono": "^4.5.10",
"@hotwired/stimulus": "3.2.1",
"@hotwired/turbo": "^7.2.5",
"@sargassum-world/stimulated": "^0.5.0",
"decode-uri-component": "0.4.1",
"json5": "2.2.3",
"workbox-expiration": "^6.5.4",
"workbox-recipes": "^6.5.4",
"workbox-routing": "^6.5.4",
"workbox-strategies": "^6.5.4"
}
}