-
Notifications
You must be signed in to change notification settings - Fork 7.3k
/
package.json
79 lines (79 loc) · 2.05 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
{
"name": "fullpage.js",
"version": "4.0.30",
"description": "Create beautiful fullscreen snap scrolling websites",
"main": "dist/fullpage.js",
"scripts": {
"build": "gulp getDistFiles && gulp update-version && gulp css && rollup -c",
"extensions": "rollup --config rollup.ext.config.js && gulp update-version && gulp css && gulp moveExtensions && gulp moveExtensionsSRC && wait",
"dev": "rollup -c --watch",
"test": "jest",
"devtest": "jest --watch"
},
"repository": {
"type": "git",
"url": "[email protected]:alvarotrigo/fullPage.js.git"
},
"keywords": [
"jquery",
"javacript",
"scrolling",
"single_page",
"onepage",
"fullpage",
"fullpagejs",
"one_page",
"sliding",
"snap",
"scroll",
"swipe",
"mousewheel",
"wheel",
"mouse",
"sections",
"slides",
"slideshow"
],
"files": [
"vendors",
"dist/fullpage.css",
"dist/fullpage.min.css",
"dist/fullpage.min.css.map",
"dist/fullpage.extensions.min.js",
"dist/fullpage.min.js",
"dist/fullpage.js",
"package.json",
"README.md"
],
"authors": [
"Alvaro Trigo https://github.com/alvarotrigo"
],
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/alvarotrigo/fullPage.js/issues"
},
"homepage": "https://github.com/alvarotrigo/fullPage.js",
"namespace": "fullpage_api",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/stream": "^2.0.0",
"babel-cli": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-latest": "^6.24.1",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-terser": "^2.1.0",
"gulp-uglify": "^3.0.0",
"require-dir": "^1.2.0",
"rollup-plugin-terser": "^7.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}