-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "plug_the_breach",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "TAILWIND_MODE=watch gridsome develop",
"explore": "gridsome explore",
"lint": "eslint ./src",
"lint:debug": "eslint ./src --debug",
"lint:fix": "eslint ./src --fix"
},
"dependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-airtable": "^0.2.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"feather-icons": "^4.29.0",
"floating-vue": "^1.0.0-beta.19",
"gridsome": "^0.7.23",
"gridsome-plugin-flexsearch": "^2.0.2",
"gridsome-plugin-remark-prismjs-all": "^0.4.8",
"papaparse": "^5.4.1",
"vue-feather": "^1.1.1",
"vue-simple-icons": "^7.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.7",
"eslint": "^8.40.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-tailwindcss": "^3.11.0",
"eslint-plugin-vue": "^9.11.1",
"gridsome-plugin-tailwindcss2": "^3.0.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.4",
"vue-eslint-parser": "^9.2.1"
},
"overrides": {
"gridsome": {
"sharp": "0.29.3"
}
}
}