-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.69 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "adamf.in-v11",
"version": "11.0.4",
"private": true,
"description": "Build for www.adamf.in",
"homepage": "https://github.com/nullfame/www.adamf.in#readme",
"bugs": {
"url": "https://github.com/nullfame/www.adamf.in/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nullfame/www.adamf.in.git"
},
"license": "UNLICENSED",
"author": "Adam Finlayson",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "vue-cli-service lint",
"start": "gridsome develop",
"test": "echo \"Error: no test specified\" && exit 1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"package.json": [
"sort-package-json",
"git add"
]
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@gridsome/transformer-yaml": "^0.2.1",
"gridsome": "^0.7.23",
"marked": "^1.2.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.3.1",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/cli-service": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^9.8.6",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"gridsome-plugin-tailwindcss": "^4.1.1",
"husky": "^4.3.0",
"lint-staged": "^10.5.3",
"postcss": "^7.0.35",
"prettier": "^2.2.1",
"sort-package-json": "^1.48.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.1"
},
"volta": {
"node": "14.21.3",
"npm": "6.14.18"
}
}