-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
30 lines (30 loc) · 916 Bytes
/
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
{
"name": "xebia-essentials",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "0.1.2",
"@tailwindcss/typography": "0.4.1",
"gridsome": "0.7.23"
},
"devDependencies": {
"@gridsome/cli": "0.3.4",
"@gridsome/source-filesystem": "0.6.2",
"@gridsome/transformer-remark": "0.6.4",
"@tailwindcss/postcss7-compat": "npm:@tailwindcss/postcss7-compat@2.2.4",
"autoprefixer": "9.8.6",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-gridsome": "1.6.2",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-vue": "7.12.1",
"gridsome-plugin-tailwindcss": "4.1.1",
"netlify-plugin-csp-generator": "1.5.0",
"postcss": "7.0.36",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@2.2.4"
}
}