-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 971 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 971 Bytes
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
{
"name": "espia-so",
"private": true,
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build",
"predeploy": "npm run build",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@tailwindcss/typography": "^0.4.1",
"gh-pages": "^3.2.3",
"gridsome": "^0.7.0",
"typography": "^0.16.21",
"vue-lazy-hydration": "^2.0.0-beta.4"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-brands-svg-icons": "^5.15.3",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@tailwindcss/postcss7-compat": "^2.0.2",
"autoprefixer": "^9",
"gridsome-plugin-tailwindcss": "^4.1.1",
"postcss": "^7",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat"
}
}