-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.39 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
41
42
43
44
45
{
"name": "ficabo-gridsome-starter",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@allanchain/gridsome-plugin-pwa": "^0.3.0",
"@gridsome/plugin-sitemap": "^0.4.0",
"@sanity/image-url": "^0.140.22",
"@tailwindcss/postcss7-compat": "^2.0.3",
"aos": "^3.0.0-beta.6",
"autoprefixer": "^9.8.6",
"gridsome": "^0.7.0",
"gridsome-plugin-robots-txt": "^1.0.2",
"gridsome-source-sanity": "^1.0.5",
"postcss": "^7.0.35",
"register-service-worker": "^1.7.2",
"sanity-blocks-vue-component": "^0.1.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-gridsome": "^1.6.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"gridsome-plugin-tailwindcss": "^4.1.1",
"gridsome-plugin-typescript": "^0.4.0",
"node-sass": "^5.0.0",
"postcss-import": "^12.0.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
"sass-loader": "^10.1.1",
"ts-loader": "^8.0.17",
"typescript": "^4.1.5",
"webpack-bundle-analyzer": "^4.4.0"
}
}