-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.25 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
41
42
43
44
45
46
{
"name": "lwm2m-validation",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "npm run build && gh-pages -d dist -t true --repo https://github.com/OpenMobileAlliance/lwm2m-validation.git"
},
"engines": {
"node": "^14.15.1",
"npm": "^6.14.11"
},
"dependencies": {
"@docsearch/css": "^1.0.0-alpha.28",
"@docsearch/js": "^1.0.0-alpha.28",
"@nuxt/content-theme-docs": "^0.11.1",
"@nuxtjs/axios": "^5.13.5",
"algoliasearch": "^4.13.1",
"nuxt": "^2.15.2",
"nuxt-youtube-subscribe-module": "^0.1.2",
"vue-gtag": "^1.16.1"
},
"devDependencies": {
"@nuxtjs/cssnano": "^1.0.1",
"@nuxtjs/optimize": "^1.1.1",
"@nuxtjs/pwa": "^0.2.1",
"babel-eslint": "^8.0.1",
"buefy": "^0.5.2",
"bulmaswatch": "^0.5.0",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^3.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"gh-pages": "^3.2.0",
"highlight.js": "^9.12.0",
"node-sass": "^4.5.3",
"postcss": "^8.4.22",
"push-dir": "^0.4.1",
"sass-loader": "^6.0.6"
}
}