forked from hack-along/EquinoxUnconf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 905 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
31
32
{
"name": "hackalong-boilerplate",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"dev": "npm run develop",
"explore": "gridsome explore"
},
"dependencies": {
"gridsome": "^0.7.20",
"vue-scrollactive": "^0.9.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.3.0",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.6.2",
"@gridsome/vue-remark": "^0.2.4",
"@tailwindcss/typography": "^0.2.0",
"animejs": "^3.2.0",
"gridsome-plugin-netlify-cms": "^1.0.9",
"gridsome-plugin-pwa": "0.0.18",
"moment": "^2.27.0",
"moment-locales-webpack-plugin": "^1.2.0",
"moment-timezone": "^0.5.31",
"netlify-cms": "^2.10.56",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"tailwindcss": "^1.7.6",
"webpack-bundle-analyzer": "^3.8.0"
}
}