-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
120 lines (120 loc) · 3.97 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "locker-web",
"version": "0.0.1",
"description": "An awesome project",
"main": "./dist/main/index.js",
"scripts": {
"dev": "cross-env NODE_OPTIONS=--max_old_space_size=4096 node .electron-nuxt/dev.js",
"build": "node .electron-nuxt/build.js",
"build-mac": "node .electron-nuxt/build.js --mac",
"test": "",
"lint": "node_modules/.bin/eslint --ext .js,.vue,.ts -f ./node_modules/eslint-friendly-formatter ./src",
"lint:fix": "yarn run lint -- --fix",
"preinstall": "node .electron-nuxt/check-engines.js",
"postinstall": "electron-builder install-app-deps && yarn patch",
"dev-web": "cross-env NODE_TLS_REJECT_UNAUTHORIZED=0 CS_ENV=web NODE_OPTIONS=--max_old_space_size=6096 nuxt ./src/renderer/ --port 3011",
"build-web": "cross-env CS_ENV=web nuxt build ./src/renderer/",
"start-web": "pm2 -v && pm2 start --no-daemon ecosystem.config.js",
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull origin main",
"patch": "npx patch-package"
},
"keywords": [],
"author": "sonnh@cystack.net <sonnh@cystack.net>",
"license": "MIT",
"engines": {
"node": ">=16"
},
"resolutions": {
"@types/node": "16"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "5.15.3",
"@nuxt/types": "2.15.8",
"@nuxt/typescript-build": "2.1.0",
"@nuxtjs/eslint-config-typescript": "^8.0.0",
"@nuxtjs/tailwindcss": "^4.1.2",
"@types/lunr": "^2.3.3",
"@types/node": "^15.0.2",
"@xpda-dev/core": "^0.1.6",
"@xpda-dev/electron-builder": "^0.2.1",
"@xpda-dev/electron-launcher": "^0.3.0",
"@xpda-dev/webpack-step": "^0.1.2",
"cross-env": "7.0.3",
"deepmerge": "4.2.2",
"electron": "^25.8.1",
"electron-builder": "^24.6.3",
"electron-devtools-installer": "^3.2.0",
"eslint": "7.24.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "4.0.2",
"node-sass": "^9.0.0",
"postcss": "^8.2.10",
"sass-loader": "^10.1.1",
"vue-notion": "^1.4.3",
"webpack": "4.44.2",
"webpack-node-externals": "2.5.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.2.0",
"@lottiefiles/vue-lottie-player": "^1.1.0",
"@notionhq/client": "^2.2.10",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/gtm": "^2.4.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/recaptcha": "^1.1.1",
"@nuxtjs/sentry": "^7.1.4",
"@tailwindcss/forms": "^0.3.2",
"autoprefixer": "10.4.5",
"big-integer": "^1.6.48",
"body-parser": "^1.20.0",
"browser-hrtime": "^1.1.8",
"cheerio": "^1.0.0-rc.10",
"cookie-universal-nuxt": "^2.1.4",
"cors": "^2.8.5",
"credit-card-type": "^9.1.0",
"duo_web_sdk": "github:duosecurity/duo_web_sdk",
"element-ui": "2.15.1",
"express": "^4.18.1",
"extract-domain": "^2.3.3",
"google-protobuf": "^3.21.2",
"hi-base32": "^0.5.1",
"katex": "^0.16.0",
"lodash": "^4.17.21",
"lunr": "^2.3.9",
"nanoid": "^3.1.22",
"node-forge": "^1.3.1",
"numeral": "^2.0.6",
"nuxt": "2.17.1",
"nuxt-client-init-module": "^0.3.0",
"nuxt-i18n": "^6.26.0",
"nuxt-user-agent": "^1.2.2",
"papaparse": "^5.3.1",
"prismjs": "^1.28.0",
"qrcode": "^1.5.1",
"shepherd.js": "^10.0.1",
"slugify": "^1.6.5",
"sweetalert2": "^10.16.7",
"tldjs": "^2.3.1",
"totp-generator": "^0.0.14",
"uuid": "^9.0.0",
"valid-url": "^1.0.9",
"vee-validate": "^3.4.8",
"vue-async-computed": "^3.9.0",
"vue-carousel": "^0.18.0",
"vue-circular-count-down-timer": "^2.0.0",
"vue-clickaway": "^2.2.2",
"vue-clipboard2": "^0.3.1",
"vue-katex": "^0.5.0",
"vue-lazy-hydration": "^2.0.0-beta.4",
"vue-native-websocket": "^2.0.14",
"vue-sanitize": "^0.2.3",
"vue-social-sharing": "^3.0.9",
"vue-virtual-scroller": "^1.0.10",
"vue-youtube-embed": "^2.2.2",
"vuex-persistedstate": "2.7.1",
"zxcvbn": "^4.4.2"
}
}