-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.1 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
{
"name": "buildwith-ionos-starter",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"validate_prod": "yarn run build; http-server dist --brotli"
},
"dependencies": {
"@allanchain/gridsome-plugin-pwa": "^0.3.0",
"@fullhuman/postcss-purgecss": "^3.0.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-json": "^0.2.1",
"@gridsome/transformer-remark": "^0.6.2",
"gridsome": "^0.7.21",
"gridsome-plugin-brotli": "^0.1.3",
"gridsome-source-static-meta": "github:noxify/gridsome-source-static-meta#e8fcd65cfee92effd363eab5a03a2605c966dde7",
"postcss": "^8.1.1",
"postcss-import": "^12.0.1",
"postcss-nested": "^5.0.1",
"prism-themes": "^1.4.0",
"register-service-worker": "^1.7.1",
"sass": "^1.26.11",
"sass-loader": "^10.0.3",
"sharp": "^0.25.4",
"vue-good-table": "^2.21.0",
"webpack": "^5.0.0"
},
"devDependencies": {
"gridsome-plugin-htaccess": "^0.2.1",
"gridsome-plugin-tailwindcss": "^3.0.1",
"http-server": "^0.12.3"
}
}