-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
34 lines (34 loc) ยท 994 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
33
34
{
"name": "caesiumy",
"private": true,
"scripts": {
"build": "gridsome build",
"develop": "gridsome develop",
"explore": "gridsome explore",
"predeploy": "npm run build",
"deploy": "firebase deploy",
"pretest": "npm run build",
"test": "firebase deploy --only hosting:test"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@gridsome/plugin-google-analytics": "^0.1.0",
"@gridsome/plugin-sitemap": "^0.2.3",
"@gridsome/source-filesystem": "^0.6.2",
"@gridsome/transformer-remark": "^0.4.0",
"@gridsome/vue-remark": "^0.1.9",
"animated-number-vue": "^1.0.0",
"axios": "^0.21.1",
"gh-pages": "^2.2.0",
"gridsome-plugin-remark-shiki": "^0.3.1",
"gridsome-plugin-rss": "^1.2.0",
"lodash.pick": "^4.4.0",
"vue-awesome-swiper": "^3.1.3",
"vue-scrollto": "^2.17.1"
},
"devDependencies": {
"gridsome": "^0.7.12",
"tailwindcss": "^1.1.4",
"webpack-node-externals": "^1.7.2"
}
}