-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.5 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
50
51
52
53
54
{
"name": "moritz-harfen",
"private": true,
"description": "Website for harp builder Moritz Dortmund",
"version": "1.1.5",
"author": "Frederik Schocke",
"dependencies": {
"@splidejs/splide": "^4.1.4",
"astro": "^6.1.2",
"dotenv": "^8.5.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@astrojs/tailwind": "^6.0.2",
"@types/node": "^25.5.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"autoprefixer": "^10.4.7",
"eslint": "^7.27.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-astro": "^1.6.0",
"husky": "^6.0.0",
"lint-staged": "^11.0.0",
"postcss": "^8.4.14",
"prettier": "3.8.1",
"prettier-plugin-astro": "^0.14.1",
"stylelint": "^13.13.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"tailwindcss": "^3.4.19",
"typescript": "^6.0.2"
},
"keywords": [
"astro"
],
"license": "0BSD",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview",
"astro": "astro",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"stylelint": "stylelint '**/*.css'",
"prettify": "prettier --check .",
"prettify:all": "prettier --write .",
"prepare": "husky install",
"lint": "eslint .",
"test": "npm run stylelint && npm run prettify && npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/frederik-schocke/moritz-harfen"
}
}