-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "smokeyfro",
"license": "MIT",
"repository": "https://github.com/smokeyfro/smokeyfro.com",
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/source-ghost": "^0.4.0",
"@gridsome/transformer-remark": "^0.6.4",
"@noxify/gridsome-plugin-remote-image": "^1.3.2",
"gridsome": "0.7.23",
"gridsome-plugin-feed": "^1.0.2",
"gridsome-plugin-flexsearch": "^2.0.1",
"gridsome-plugin-remark-youtube": "^1.0.1",
"plyr": "^3.6.8",
"vue-carousel": "^0.18.0",
"vue-clickaway": "^2.2.2",
"vue-confetti": "^2.2.1",
"vue-drawer-layout": "^1.3.0",
"vue-expand": "^1.1.1",
"vue-konami-code": "^1.0.0",
"vue-plyr": "^7.0.0",
"vuescroll": "^4.17.3",
"vuestorage": "^19.0.2"
},
"devDependencies": {
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^10.4.13",
"gridsome-plugin-tailwindcss": "^4.1.1",
"postcss": "^8.4.18",
"postcss-import": "^15.0.0",
"postcss-preset-env": "^7.8.2",
"tailwindcss": "^3.2.1"
}
}