FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
httpsms/web/package.json at main · 6amdev/httpsms · GitHub
6amdev
/
httpsms
Public
forked from
NdoleStudio/httpsms
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
httpsms
/
web
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
91 lines (91 loc) · 2.89 KB
Breadcrumbs
httpsms
/
web
/
package.json
Copy path
File metadata and controls
91 lines (91 loc) · 2.89 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"name"
:
"
web
"
,
"version"
:
"
1.0.0
"
,
"private"
:
true
,
"license"
:
"
AGPL-3.0-only
"
,
"scripts"
: {
"dev"
:
"
nuxt
"
,
"build"
:
"
nuxt build
"
,
"start"
:
"
nuxt start
"
,
"generate"
:
"
nuxt generate
"
,
"lint:js"
:
"
eslint --ext
\"
.js,.ts,.vue
\"
--ignore-path .gitignore .
"
,
"lint:style"
:
"
stylelint
\"
**/*.{css,scss,sass,html,vue}
\"
--ignore-path .gitignore
"
,
"lint:prettier"
:
"
prettier --check .
"
,
"lint"
:
"
yarn lint:js && yarn lint:style && yarn lint:prettier
"
,
"lintfix"
:
"
prettier --write --list-different . && yarn lint:js --fix && yarn lint:style --fix
"
,
"api:models"
:
"
npx swagger-typescript-api generate -p ..
\\
api
\\
docs
\\
swagger.json -o ./models -n api.ts --no-client
"
,
"test"
:
"
jest
"
},
"lint-staged"
: {
"*.{js,ts,vue}"
:
"
eslint --cache
"
,
"*.{css,scss,sass,html,vue}"
:
"
stylelint
"
,
"*.**"
:
"
prettier --check --ignore-unknown
"
},
"dependencies"
: {
"@mdi/js"
:
"
^7.4.47
"
,
"@nuxtjs/dotenv"
:
"
^1.4.2
"
,
"@nuxtjs/firebase"
:
"
^8.2.2
"
,
"@nuxtjs/sitemap"
:
"
^2.4.0
"
,
"chart.js"
:
"
^4.5.0
"
,
"chartjs-adapter-moment"
:
"
^1.0.1
"
,
"core-js"
:
"
^3.45.1
"
,
"date-fns"
:
"
^2.30.0
"
,
"dotenv"
:
"
^17.2.1
"
,
"firebase"
:
"
^10.14.1
"
,
"firebaseui"
:
"
^6.1.0
"
,
"jest-environment-jsdom"
:
"
^30.2.0
"
,
"libphonenumber-js"
:
"
^1.12.9
"
,
"moment"
:
"
^2.30.1
"
,
"nuxt"
:
"
^2.18.1
"
,
"nuxt-highlightjs"
:
"
^1.0.3
"
,
"pusher-js"
:
"
^8.4.0
"
,
"qrcode"
:
"
^1.5.0
"
,
"ufo"
:
"
^1.6.1
"
,
"vue"
:
"
^2.7.16
"
,
"vue-chartjs"
:
"
^5.3.2
"
,
"vue-class-component"
:
"
^7.2.6
"
,
"vue-glow"
:
"
^1.4.2
"
,
"vue-property-decorator"
:
"
^9.1.2
"
,
"vue-router"
:
"
^3.6.5
"
,
"vue-server-renderer"
:
"
2.7.16
"
,
"vue-template-compiler"
:
"
^2.7.16
"
,
"vuetify"
:
"
^2.7.2
"
,
"vuex"
:
"
^3.6.2
"
,
"webpack"
:
"
^5.102.0
"
},
"devDependencies"
: {
"@babel/eslint-parser"
:
"
^7.27.5
"
,
"@commitlint/cli"
:
"
^20.1.0
"
,
"@commitlint/config-conventional"
:
"
^19.8.0
"
,
"@nuxt/types"
:
"
^2.18.1
"
,
"@nuxt/typescript-build"
:
"
^3.0.2
"
,
"@nuxtjs/eslint-config-typescript"
:
"
^12.1.0
"
,
"@nuxtjs/eslint-module"
:
"
^4.1.0
"
,
"@nuxtjs/stylelint-module"
:
"
^5.2.0
"
,
"@nuxtjs/vuetify"
:
"
^1.12.3
"
,
"@types/qrcode"
:
"
^1.5.5
"
,
"@vue/test-utils"
:
"
^1.3.6
"
,
"axios"
:
"
^0.30.2
"
,
"babel-core"
:
"
7.0.0-bridge.0
"
,
"babel-jest"
:
"
^30.2.0
"
,
"eslint"
:
"
^8.57.1
"
,
"eslint-config-prettier"
:
"
^10.1.8
"
,
"eslint-plugin-nuxt"
:
"
^4.0.0
"
,
"eslint-plugin-vue"
:
"
^9.33.0
"
,
"highlight.js"
:
"
^11.11.1
"
,
"jest"
:
"
^30.2.0
"
,
"lint-staged"
:
"
^16.1.4
"
,
"node-fetch-native"
:
"
^1.6.7
"
,
"postcss-html"
:
"
^1.7.0
"
,
"prettier"
:
"
3.6.2
"
,
"stylelint"
:
"
^15.11.0
"
,
"stylelint-config-prettier"
:
"
^9.0.5
"
,
"stylelint-config-recommended-vue"
:
"
^1.5.0
"
,
"stylelint-config-standard"
:
"
^34.0.0
"
,
"ts-jest"
:
"
^29.4.4
"
,
"vue-client-only"
:
"
^2.1.0
"
,
"vue-jest"
:
"
^3.0.7
"
,
"vue-meta"
:
"
^2.4.0
"
,
"vue-no-ssr"
:
"
^1.1.1
"
}
}
Back
|
FazBrowse Home
|
New Git URL