-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.06 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
{
"homepage": "https://portfolio.ggolfz.me",
"name": "ggolfz",
"version": "1.0.0",
"private": true,
"description": "GGolfz's portfolio",
"scripts": {
"predeploy": "npm run build && npm run export",
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"export": "nuxt export",
"serve": "nuxt serve",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"@nuxt/content": "^1.3.2",
"@nuxtjs/axios": "^5.11.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/sitemap": "^2.4.0",
"element-ui": "^2.13.2",
"gh-pages": "^3.1.0",
"nuxt": "^2.13.0",
"nuxt-compress": "^3.0.0",
"rehype-katex": "^3.0.0",
"remark-attr": "^0.11.1",
"remark-external-links": "^6.1.0",
"remark-math": "^2.0.1",
"remark-slug": "^6.0.0",
"remark-squeeze-paragraphs": "^4.0.0",
"remark-unwrap-images": "^2.0.0",
"vuex": "^3.6.2"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}