-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "nato-phonetic-alphabet",
"version": "0.0.1",
"author": "Rudy Marchandise",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Ealenn/NATO-phonetic-alphabet.git"
},
"bugs": {
"url": "https://github.com/Ealenn/NATO-phonetic-alphabet/issues"
},
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"lint:fix": "npm run format && eslint . --fix",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@floating-ui/dom": "^1.x",
"@skeletonlabs/skeleton": "^1.x",
"@sveltejs/adapter-static": "^2.x",
"@sveltejs/kit": "^1.x",
"@tailwindcss/forms": "^0.x",
"@tailwindcss/typography": "^0.x",
"@typescript-eslint/eslint-plugin": "^5.x",
"@typescript-eslint/parser": "^5.x",
"autoprefixer": "^10.x",
"eslint": "^8.x",
"eslint-config-prettier": "^8.x",
"eslint-plugin-svelte": "^2.x",
"highlight.js": "^11.x",
"postcss": "^8.x",
"prettier": "^2.x",
"prettier-plugin-svelte": "^2.x",
"random": "^4.x",
"svelte": "^3.x",
"svelte-check": "^3.x",
"tailwindcss": "^3.x",
"tslib": "^2.x",
"typescript": "^5.x",
"vite": "^4.x"
},
"type": "module"
}