-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.39 KB
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
{
"name": "sitebase",
"version": "0.0.1",
"description": "",
"main": "Gulpfile.js",
"type": "module",
"dependencies": {
"dompurify": "^3.3.0",
"driver.js": "^0.9.8",
"gallery": "^1.0.2",
"gulp-header": "^2.0.9",
"gulp-minify": "^3.1.0",
"highlightjs": "^9.16.2",
"is-in-viewport": "^3.0.4",
"jquery-lazy": "^1.7.10",
"jquery.cookie": "^1.4.1",
"jquery.cycle2": "^2.1.7",
"marked": "^17.0.0",
"moment": "^2.24.0",
"pretty-checkbox": "^3.0.3",
"safe-marked": "^16.0.0",
"select2": "^4.1.0-rc.0",
"shepherd.js": "^14.5.1",
"tiny-slider": "^2.9.4"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^29.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/stream": "^3.0.1",
"del": "^8.0.0",
"gulp": "^5.0.1",
"gulp-include": "^2.4.1",
"gulp-rename": "^2.1.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"rollup": "^4.53.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"sass": "^1.80.4",
"terser": "^5.36.0",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "pi@raspberrypi:/git/sitebase.git"
},
"author": "",
"license": "ISC"
}