-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.93 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
64
65
66
{
"name": "werken-bij-ggd-fryslan",
"version": "1.0.0",
"description": "Using SvelteKit with Umbraco as a headless backend.",
"type": "module",
"scripts": {
"dev": "netlify dev",
"build": "svelte-kit build",
"preview": "svelte-kit preview",
"local-umbraco": "cd ../backend/backend/src/WerkenBijGGDFriesland.Web && dotnet run",
"lint:styles": "stylelint src/**/*.{svelte,scss}",
"lint:scripts": "eslint src",
"svg:build": "svgstore src/svg/*.svg | svgo -i - --config svg.config.cjs -o static/dist/sprite.svg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/weareyou/werkenbijggdfryslan.nl"
},
"author": "iO",
"contributors": [
{
"name": "Joris Hulsbosch",
"email": "joris.hulsbosch@iodigital.com",
"url": "https://www.portfolioris.nl"
}
],
"bugs": {
"url": "https://jira.hosted-tools.com/projects/VRFRYSLAN_WBGGDF/issues"
},
"homepage": "https://werken-bij-ggd-fryslan.netlify.app/",
"browserslist": [
"> 0.5% in NL",
"last 2 versions",
"Firefox ESR",
"not dead"
],
"devDependencies": {
"@netlify/functions": "^1.0.0",
"@supple-kit/stylelint-config-supple": "^4.0.0",
"eslint": "^8.3.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-svelte3": "^3.2.1",
"stylelint": "^14.2.0",
"stylelint-config-html": "^1.0.0",
"stylelint-use-logical-spec": "^3.2.2"
},
"dependencies": {
"@supple-kit/supple-css": "^5.1.0",
"@sveltejs/adapter-static": "^1.0.0-next.21",
"@sveltejs/kit": "^1.0.0-next.243",
"axios": "^0.26.1",
"form-data": "^4.0.0",
"lazysizes": "^5.3.2",
"marked": "^4.0.3",
"node-fetch": "^3.1.0",
"postcss": "^8.3.11",
"postcss-html": "^1.2.0",
"postcss-preset-env": "^7.0.0",
"sass": "^1.43.4",
"svelte": "^3.44.2",
"svelte-preprocess": "^4.8.0",
"svgo": "^2.8.0",
"svgstore-cli": "^2.0.1",
"wicg-inert": "^3.1.1"
}
}