-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "davidstraub.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js",
"test": "jest",
"prepare": "is-ci || husky install"
},
"lint-staged": {
"*.{js,vue}": "eslint"
},
"dependencies": {
"@csstools/normalize.css": "12.1.1",
"core-js": "3.36.0",
"nuxt": "2.17.3"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@babel/eslint-parser": "7.23.10",
"@commitlint/cli": "18.6.1",
"@commitlint/config-conventional": "18.6.3",
"@mdi/js": "7.4.47",
"@nuxtjs/eslint-config": "6.0.1",
"@nuxtjs/eslint-module": "3.1.0",
"@nuxtjs/google-fonts": "1.3.0",
"@vue/test-utils": "1.3.6",
"babel-jest": "27.5.1",
"eslint": "7.32.0",
"eslint-plugin-nuxt": "4.0.0",
"husky": "9.0.10",
"is-ci": "3.0.1",
"jest": "27.5.1",
"lint-staged": "15.2.2",
"sass": "1.70.0",
"sass-loader": "10.5.2",
"vue-jest": "3.0.7",
"yarnhook": "0.6.1"
},
"license": "UNLICENSED"
}