forked from mitre-atlas/atlas-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.2 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
{
"name": "atlas-website",
"version": "3.1.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"generate-gh": "nuxt generate --dotenv .env.github",
"deploy-gh": "push-dir --dir=dist --remote=gh --branch=gh-pages"
},
"dependencies": {
"@nuxt/content": "^1.14.0",
"@nuxtjs/markdownit": "^2.0.0",
"core-js": "^3.11.0",
"js-yaml": "^4.0.0",
"jsonschema": "^1.4.0",
"nuxt": "^2.15.4",
"pluralize": "^8.0.0",
"pptxgenjs": "3.7.1",
"vue-gtag": "^1.16.1",
"vue-linkify": "^1.0.1",
"vue-scrollto": "^2.20.0",
"vuedraggable": "^2.24.3",
"vuetify": "^2.5.8"
},
"devDependencies": {
"@linusborg/vue-simple-portal": "^0.1.5",
"@nuxtjs/eslint-config": "^6.0.0",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/router-extras": "^1.1.1",
"@nuxtjs/vuetify": "^1.11.3",
"@playwright/test": "^1.16.3",
"babel-eslint": "^10.1.0",
"eslint": "^7.25.0",
"eslint-plugin-nuxt": "^2.0.0",
"eslint-plugin-vue": "^7.9.0",
"push-dir": "^0.4.1"
}
}