-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
86 lines (86 loc) · 2.27 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "soc2-fyi-website",
"version": "0.0.0",
"description": "The soc2.fyi website",
"author": "Rhosys Developers",
"repository": {
"type": "git",
"url": "https://github.com/Rhosys/soc2.fyi.git"
},
"license": "Apache-2.0",
"keywords": [
"SOC",
"SOC 2",
"SOC2",
"SOC2 Type I",
"ISO 27001",
"ISO 12k",
"SOC2 Type II",
"Compliance",
"Attestation"
],
"main": "src/index.js",
"files": [
"src",
"dist"
],
"mode": "production",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "3.0.0-5",
"@popperjs/core": "^2.11.8",
"@suadelabs/vue3-multiselect": "^1.0.2",
"bootstrap": "^5.1.3",
"json-stringify-safe": "^5.0.1",
"luxon": "^2.0.2",
"short-uuid": "^4.2.2",
"vue": "^3.2.47",
"vue-fontawesome": "^0.0.2",
"vue-multiselect": "^2.1.6",
"vue3-clipboard": "^1.0.0",
"vue3-easy-data-table": "^1.5.47"
},
"scripts": {
"build": "vite build",
"start": "vite --port=8080",
"serve": "vite preview --port=8080",
"lint": "eslint --ext .js src make.js",
"setup": "node make.js setup",
"test": "babel src -d lib && mocha -r esm tests/*.test.js"
},
"devDependencies": {
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/compiler-sfc": "^3.2.47",
"aws-architect": "^6.7.80",
"aws-sdk": "^2.1482.0",
"cfn-response": "^1.0.1",
"ci-build-tools": "^1.0.13",
"commander": "^4.0.1",
"esbuild": "^0.17.8",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-cimpress-atsquad": "1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-mocha": "^7.0.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"eslint-plugin-vue": "^7.17.0",
"floating-vue": "^5.2.0",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"js-yaml": "^4.1.0",
"openapi-factory": "^5.4.74",
"rollup": "^3.17.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"sass": "^1.38.2",
"vite": "^4.1.2"
},
"engines": {
"node": ">=16"
}
}