-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "apca-calculator-ja",
"description": "APCA Contrast Calculator for Japanese character",
"author": "Shunsuke Ito <shunsuke.ito@gmail.com>",
"type": "module",
"version": "0.0.1",
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com:shunito/apca-calculator-ja.git"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"prettier": "prettier --write ./src/",
"lint:html-dev": "run-s lint:astro lint:svelte",
"lint:astro": "markuplint './src/**/*.astro'",
"lint:svelte": "markuplint './src/**/*.svelte'",
"lint:dist": "markuplint './dist/**/*.html'"
},
"dependencies": {
"@astrojs/svelte": "^3.1.0",
"apca-w3": "^0.1.9",
"astro": "^2.10.5",
"color-blind": "^0.1.3",
"svelte": "^4.1.2"
},
"devDependencies": {
"@markuplint/astro-parser": "^3.9.0",
"@markuplint/svelte-parser": "^3.9.0",
"@types/apca-w3": "^0.1.0",
"cpx": "^1.5.0",
"eslint": "^8.46.0",
"markuplint": "^3.12.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.1",
"prettier-plugin-astro": "^0.11.0",
"prettier-plugin-svelte": "^3.0.3",
"typescript": "^5.1.6"
}
}