-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 1015 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
35
36
37
38
{
"name": "druxt-demo",
"version": "0.1.0",
"description": "Druxt demo site",
"author": "Stuart Clark",
"private": true,
"scripts": {
"dev": "nuxt start",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"postinstall": "patch-package"
},
"dependencies": {
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/proxy": "^1.3.3",
"@nuxtjs/pwa": "^3.0.2",
"axios": "^0.19.2",
"bootstrap-vue": "^2.16.0",
"druxt": "^0.2.0",
"druxt-theme-umami-bootstrap": "^0.2.0",
"get-port-please": "^1.0.0",
"nuxt": "^2.14.4",
"vuex": "^3.5.1"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.2.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": "^0.5.2",
"eslint-plugin-prettier": "^3.1.4",
"patch-package": "^6.2.2",
"prettier": "^2.1.1"
}
}