-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
90 lines (90 loc) · 4.47 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
{
"name": "teamvault",
"dependencies": {
"@eonasdan/tempus-dominus": "^6.9.10",
"@fontsource/poppins": "^5.0.14",
"@fortawesome/fontawesome-free": "^6.6.0",
"@popperjs/core": "^2.11.8",
"@tarekraafat/autocomplete.js": "^10.2.7",
"@zxcvbn-ts/core": "^3.0.4",
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"bigtext": "https://github.com/zachleat/BigText",
"bootstrap": "^5.3.3",
"card": "^2.5.4",
"clipboard": "^2.0.11",
"core-js": "^3.38.0",
"dompurify": "^3.1.6",
"esbuild": "^0.20.0",
"htmx.org": "^1.9.12",
"jquery": "^3.7.1",
"jsqr": "^1.4.0",
"lodash": "^4.17.21",
"notyf": "^3.10.0",
"select2": "4.0.13",
"select2-bootstrap-5-theme": "^1.3.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@webpack-cli/generators": "^3.0.7",
"babel-loader": "^9.1.3",
"css-loader": "^6.11.0",
"grunt": "^1.6.1",
"grunt-contrib-uglify": "^5.2.2",
"grunt-shell": "^4.0.0",
"mini-css-extract-plugin": "^2.9.0",
"sass": "^1.79.3",
"sass-loader": "^16.0.2",
"style-loader": "^3.3.4",
"webpack": "^5.93.0",
"webpack-bundle-tracker": "^3.1.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "^6.0.1"
},
"packageChangelogComments": {
"@eonasdan/tempus-dominus": "https://github.com/Eonasdan/tempus-dominus/releases",
"@fontsource/poppins": "https://github.com/fontsource/fontsource/blob/main/CHANGELOG.md",
"@fortawesome/fontawesome-free": "https://fontawesome.com/changelog",
"@popperjs/core": "https://github.com/floating-ui/floating-ui/releases",
"@tarekraafat/autocomplete.js": "https://github.com/TarekRaafat/autoComplete.js/releases",
"@zxcvbn-ts/core": "https://github.com/zxcvbn-ts/zxcvbn/blob/master/packages/libraries/main/CHANGELOG.md",
"@zxcvbn-ts/language-common": "https://github.com/zxcvbn-ts/zxcvbn/blob/master/packages/libraries/main/CHANGELOG.md",
"@zxcvbn-ts/language-en": "https://github.com/zxcvbn-ts/zxcvbn/blob/master/packages/libraries/main/CHANGELOG.md",
"bigtext": "No updates since 7 years",
"bootstrap": "https://github.com/twbs/bootstrap/releases",
"card": "https://github.com/jessepollak/card/releases",
"clipboard": "https://github.com/zenorocha/clipboard.js/releases",
"core-js": "https://github.com/zloirock/core-js/blob/master/CHANGELOG.md",
"dompurify": "https://github.com/cure53/DOMPurify/releases",
"esbuild": "https://github.com/evanw/esbuild/blob/main/CHANGELOG.md",
"htmx.org": "https://github.com/bigskysoftware/htmx/blob/master/CHANGELOG.md",
"jquery": "https://github.com/jquery/jquery/blob/main/changelog.md",
"lodash": "https://github.com/lodash/lodash/wiki/Changelog",
"notyf": "https://github.com/caroso1222/notyf/blob/master/CHANGELOG.md",
"select2": "https://github.com/select2/select2/blob/develop/CHANGELOG.md",
"---->": "After V.1.77.6 deprecated error for nested scss",
"select2-bootstrap-5-theme": "https://github.com/apalfrey/select2-bootstrap-5-theme/releases",
"@babel/core": "https://github.com/babel/babel/blob/main/CHANGELOG.md",
"@babel/preset-env": "https://github.com/babel/babel/blob/main/CHANGELOG.md",
"@webpack-cli/generators": "https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md",
"babel-loader": "https://github.com/babel/babel-loader/blob/main/CHANGELOG.md",
"css-loader": "https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md",
"mini-css-extract-plugin": "https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md",
"sass": "https://github.com/sass/dart-sass/blob/main/CHANGELOG.md",
"sass-loader": "https://github.com/webpack-contrib/sass-loader/blob/master/CHANGELOG.md",
"style-loader": "https://github.com/webpack-contrib/style-loader/blob/master/CHANGELOG.md",
"webpack": "https://github.com/webpack/webpack/releases",
"webpack-bundle-tracker": "https://github.com/django-webpack/webpack-bundle-tracker/releases",
"webpack-cli": "https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md",
"webpack-dev-server": "https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md",
"webpack-merge": "https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md"
},
"version": "1.0.0",
"description": "Teamvault",
"scripts": {
"build": "webpack --config webpack.prod.js",
"serve": "webpack serve --config webpack.dev.js"
}
}