-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
71 lines (71 loc) · 1.91 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
{
"name": "atk14-skelet",
"title": "ATK14 Skelet Application",
"version": "1.0.0",
"description": "Front-end assets for ATK14 Skelet application.",
"homepage": "http://skelet.atk14.net/",
"repository": {
"type": "git",
"url": "https://github.com/atk14/Atk14Skelet.git"
},
"contributors": [
{
"name": "Jaromír Tomek",
"email": "[email protected]"
},
{
"name": "Bohdan Ganický",
"email": "[email protected]"
},
{
"name": "Matěj Kříž",
"email": "[email protected]"
}
],
"license": "WTFPL",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/atk14/Atk14Skelet/issues"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.4.2",
"ace-builds": "^1.4.6",
"atk14js": "^1.2.1",
"babel-eslint": "^10.1.0",
"blueimp-file-upload": "^9.34.0",
"bootstrap": "4.6.2",
"bootstrap-markdown-editor-4": "https://github.com/yarri/bootstrap-markdown-editor.git#1566a6b",
"browser-sync": "^2.27.9",
"del": "^2.0.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.3.0",
"gulp-cssnano": "^2.1.0",
"gulp-debug": "^2.1.0",
"gulp-eslint": "^5.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^3.0.2",
"html5shiv": "^3.7.0",
"jquery": "~3.6.1",
"jquery-ui-bundle": "^1.11.2",
"jshint-stylish": "^2.0.1",
"node-sass": "^7.0.0",
"respond.js": "^1.4.2",
"unobfuscatejs": "^1.0.2",
"svg-country-flags": "^1.2.6",
"bootstrap4-notify": "4.0.3",
"popper.js": "^1.15.0",
"animate.css": "^3.7.2",
"favicons": "^6.0.0",
"swiper": "^10.3.1",
"@babel/core": "^7.17.12",
"photoswipe": "^5.4.2"
},
"dependencies": {}
}