-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.18 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
{
"name": "blog",
"private": true,
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"gridsome": "^0.7.0",
"gridsome-plugin-remark-prismjs-all": "^0.3.5",
"gridsome-plugin-remark-youtube": "^1.0.1",
"gridsome-plugin-tailwindcss": "^4.1.1",
"html2pdf.js": "^0.10.1",
"postcss": "^7",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.17",
"vue-meta": "^2.4.0"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.5.12",
"@vue/cli-service": "^4.5.12",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.23.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.8.0",
"husky": "^6.0.0",
"node-sass": "^5.0.0",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"vue-svg-loader": "^0.16.0"
},
"husky": {
"hooks": {
"pre-commit": "npm run vue-cli-service lint --fix"
}
}
}