-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.02 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
{
"name": "asksite",
"version": "1.0.0",
"description": "Public repository of askcreative.space",
"author": "Amy <amy@askcreative.space>",
"private": false,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/axios": "^4.5.2",
"@nuxtjs/pwa": "^2.0.8",
"@nuxtjs/sitemap": "^0.1.1",
"bulma-timeline": "^2.0.1",
"markdown-it-emoji": "^1.4.0",
"markdown-it-link-attributes": "^2.1.0",
"nuxt": "^1.4.0",
"nuxt-bulma-slim": "^0.3.2",
"nuxtent": "^1.4.1",
"prismjs": "^1.14.0",
"vee-validate": "^2.0.9"
},
"devDependencies": {
"babel-eslint": "^8.2.3",
"babel-polyfill": "^6.26.0",
"eslint": "^4.19.1",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.0.0",
"eslint-plugin-vue": "^4.5.0",
"netlify-cms": "^1.7.0",
"nuxt-netlify-cms": "^3.0.1"
}
}