-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.47 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.47 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
{
"name": "code-style",
"description": "Code Style guidelines for various languages",
"version": "4.4.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/samcarrington/code-style"
},
"author": {
"name": "Sam Carrington",
"email": "code@gwawr.co.uk",
"url": "https://code-style.gwawr.uk/"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate && jampack ./dist",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck",
"start": "NODE_ENV=production node .output/server/index.mjs"
},
"devDependencies": {
"@divriots/jampack": "^0.21.1",
"@iconify/vue": "^4.1.1",
"@nuxt/content": "^2.8.5",
"@nuxt/eslint-config": "^0.2.0",
"@nuxthq/studio": "^1.0.2",
"@nuxtjs/color-mode": "^3.3.0",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/tailwindcss": "^6.8.0",
"@tailwindcss/typography": "^0.5.10",
"@types/markdown-it": "^13.0.2",
"@types/node": "^20.8.6",
"@types/rss": "^0.0.30",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-vuejs-accessibility": "^2.2.0",
"markdown-it": "^13.0.2",
"nuxt": "^3.7.4",
"postcss-custom-properties": "^13.3.2",
"prettier": "^3.0.3",
"pug": "^3.0.2",
"sitemap": "^7.1.1",
"typescript": "^5.2.2",
"vue-tsc": "^1.8.19"
},
"dependencies": {
"rss": "^1.2.2"
}
}