-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
39 lines (39 loc) · 1.04 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
{
"name": "dnscrypt-website",
"version": "1.0.0",
"description": "DNSCrypt website",
"author": "Frank Denis <[email protected]>",
"private": false,
"license": "ISC",
"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/markdownit": "^1.2.10",
"@nuxtjs/sitemap": "^2.4.0",
"axios": "^0.21.4",
"markdown-it-anchor": "^5.3.0",
"markdown-it-attrs": "^2.4.1",
"markdown-it-container": "^3.0.0",
"nuxt": "^2.17.3",
"raw-loader": "^4.0.2",
"stylus": "^0.54.8",
"stylus-loader": "^3.0.2",
"urlsafe-base64": "^1.0.0",
"vue-yandex-maps": "^0.7.15",
"vuetify": "^1.5.24"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"babel-plugin-transform-imports": "^1.5.1",
"eslint": "^6.8.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-vue": "^6.2.2"
}
}