-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
42 lines (42 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
{
"name": "hub-redesign",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint:check": "eslint . --ext js,vue",
"lint:fix": "eslint . --fix --ext js,vue",
"format:check": "prettier --check .",
"format:write": "prettier --write ."
},
"dependencies": {
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@tailwindcss/typography": "^0.5.7",
"graphql-tag": "^2.12.6",
"gridsome": "^0.7.0",
"gridsome-plugin-gtag": "^0.1.10",
"js-yaml": "^4.1.0",
"marked": "^4.1.0",
"prismjs": "^1.29.0",
"remark-prism": "^1.3.6",
"tailwindcss": "^3.1.8",
"write": "^2.0.0"
},
"resolutions": {
"gridsome/sharp": "0.29.3"
},
"devDependencies": {
"eslint": "^7.32.0 || ^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.2.0",
"gridsome-plugin-tailwindcss": "^4.1.1",
"prettier": "2.7.1",
"sass": "^1.52.3",
"sass-loader": "^10",
"webpack-chain": "^6.5.1"
}
}