forked from chocolatey/choco-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.82 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": "choco-theme",
"version": "0.5.25",
"description": "The global theme for Chocolatey Software.",
"repository": {
"type": "git",
"url": "git+https://github.com/chocolatey/choco-theme.git"
},
"author": "Chocolatey Software (https://chocolatey.org/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/chocolatey/choco-theme/issues"
},
"homepage": "https://github.com/chocolatey/choco-theme#readme",
"browser": "js/init/chocolatey-org.js",
"main": "js/init/chocolatey-org.js",
"sass": "scss/chocolatey.scss",
"dependencies": {
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/preset-react": "^7.18.6",
"@docsearch/css": "^3.3.3",
"@docsearch/js": "^3.3.3",
"@fortawesome/fontawesome-free": "^6.1.2",
"@playwright/test": "1.35.1",
"@popperjs/core": "^2.11.5",
"@splidejs/splide": "^4.1.4",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splidejs/splide-extension-intersection": "^0.2.0",
"@types/bootstrap": "5.2.6",
"@types/luxon": "^3.3.0",
"@types/prismjs": "^1.26.0",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"add-to-calendar-button": "^1.18.8",
"anchor-js": "^4.3.1",
"babelify": "^10.0.0",
"balance-text": "^3.3.1",
"bootstrap": "5.2.3",
"browserify": "^17.0.0",
"canvas-confetti": "^1.5.1",
"chartist": "^0.11.4",
"chartist-plugin-legend": "^0.6.2",
"clipboard": "^2.0.11",
"datatables.net": "1.13.1",
"easymde": "^2.16.1",
"eslint": "^8.0.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-n": "^15.0.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-promise": "^6.0.0",
"fancy-log": "^2.0.0",
"flatpickr": "^4.6.13",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-inject-string": "^1.1.2",
"gulp-inline-source": "^4.0.0",
"gulp-purgecss": "^4.1.3",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify-es": "^3.0.0",
"jquery": "^3.6.0",
"jquery-validation": "^1.19.5",
"jquery-validation-unobtrusive": "^4.0.0",
"lite-youtube-embed": "^0.2.0",
"luxon": "^3.0.1",
"marked": "^4.0.18",
"merge-stream": "^2.0.0",
"mousetrap": "^1.6.5",
"nouislider": "^15.7.0",
"rimraf": "^3.0.2",
"sass": "~1.64.2",
"stylelint": "^14.14.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-config-twbs-bootstrap": "^6.0.0",
"typescript": "5.0.4",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"resolutions": {
"glob-parent": "^6.0.2",
"nth-check": "^2.1.1",
"terser": "^5.14.2"
}
}