forked from mitre/saf-site-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 2.17 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "saf-site-frontend",
"description": "The MITRE Security Automation Framework© (SAF) brings together open-source, accessible applications, techniques, libraries, and tools developed by MITRE and the security community to streamline security automation for systems and DevOps pipelines.",
"version": "1.0.0",
"license": "Apache-2.0",
"scripts": {
"build": "nuxt build",
"dev": "nuxi dev",
"generate": "nuxt generate",
"deploy": "nuxt generate && touch .output/public/.nojekyll && gh-pages --dotfiles -d .output/public",
"preview": "nuxt preview",
"start": "yarn build && nuxt start",
"lint:fix": "eslint --ext .js,.ts,.vue --fix ./",
"prettier:fix": "prettier . --ignore-path .gitignore --write",
"format": "yarn prettier:fix && yarn lint:fix",
"test:e2e": "yarn playwright test"
},
"dependencies": {
"@headlessui/vue": "^1.7.16",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.5.6",
"@tailwindcss/typography": "^0.5.10",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.294.0",
"nuxt": "^3.8.2",
"nuxt-graphql-client": "^0.2.30",
"prismjs": "^1.29.0",
"tailwindcss": "^3.3.6",
"vue": "^3.3.10",
"vue-json-viewer": "3"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.4",
"@nuxtjs/strapi": "^1.10.1",
"@nuxtjs/tailwindcss": "^6.10.1",
"@playwright/test": "^1.40.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.3",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@typescript-eslint/parser": "^6.13.2",
"@vitejs/plugin-vue": "^4.5.1",
"@vue/eslint-config-typescript": "^12.0.0",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-nuxt": "^4.0.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-vue": "^9.19.2",
"gh-pages": "^6.0.0",
"nuxt-gtag": "^1.1.1",
"prettier": "^3.0.3",
"prettier-plugin-tailwindcss": "^0.5.8",
"typescript": "^5.3.2",
"vue-eslint-parser": "^9.3.2",
"webpack": "^5.89.0"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}