-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 832 Bytes
/
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
{
"name": "inputs",
"private": true,
"scripts": {
"develop": "gridsome develop",
"explore": "gridsome explore",
"build": "gridsome build"
},
"dependencies": {
"gridsome": "^0.7.0",
"gridsome-plugin-netlify-cms": "^1.0.9",
"netlify-cms": "^2.10.116"
},
"devDependencies": {
"@gridsome/plugin-google-analytics": "^0.1.2",
"@gridsome/plugin-sitemap": "^0.4.0",
"@gridsome/remark-prismjs": "^0.5.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.4",
"@microflash/gridsome-plugin-feed": "^1.2.1",
"autoprefixer": "^9.8.6",
"chart.js": "^2.9.4",
"minify-css-string": "^1.0.0",
"postcss": "^7.0.35",
"tailwindcss": "^1.9.6",
"vue-chartjs": "^3.5.1",
"vuetify": "^2.4.9",
"webpack-node-externals": "^2.5.2"
}
}