forked from shayaulman/kosher-code
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) Β· 848 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) Β· 848 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
33
34
35
36
37
38
{
"name": "gridsome",
"private": true,
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "gridsome build",
"start": "gridsome develop",
"explore": "gridsome explore"
},
"dependencies": {
"axios": "^0.28.0",
"date-fns": "^2.10.0",
"fuse.js": "^6.4.1",
"gridsome": "latest",
"gridsome-plugin-tailwindcss": "latest",
"sass": "^1.69.5",
"sass-loader": "^10.4.1",
"tailwindcss": "^1.2.0",
"vue-content-loader": "^0.2.3",
"vue-gtag": "^1.9.1",
"vue-infinite-loading": "^2.4.4",
"vue-smooth-scroll": "^1.0.13",
"vue2-smooth-scroll": "^1.2.0",
"vuejs-paginate": "^2.1.0",
"vuex": "^3.1.2"
},
"resolutions": {
"sharp": "^0.31.3"
},
"overrides": {
"sharp": "^0.31.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.6"
}
}