-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.65 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
{
"name": "@fxp/jquery-sidebar",
"version": "1.2.5",
"license": "MIT",
"author": "François Pluchino <[email protected]>",
"contributors": [],
"description": "A jquery responsive sidebar with hammerjs",
"keywords": [
"sidebar",
"drawer",
"responsive",
"hammerjs",
"hammer scroll",
"jquery"
],
"homepage": "https://github.com/fxpio/fxp-jquery-sidebar",
"repository": {
"type": "git",
"url": "https://github.com/fxpio/fxp-jquery-sidebar.git"
},
"bugs": {
"url": "https://github.com/fxpio/fxp-jquery-sidebar/issues"
},
"scripts": {
"dev": "encore dev",
"serve": "encore dev-server --port 9000",
"build:style": "sass --no-source-map scss/sidebar.scss dist/sidebar.css",
"build:style:bootstrap": "sass --no-source-map scss/sidebar-bootstrap.scss dist/sidebar-bootstrap.css",
"build:module": "rollup -c",
"build": "yarn run build:module && yarn run build:style && yarn run build:style:bootstrap"
},
"engines": {},
"main": "js/sidebar.js",
"dependencies": {
"@fxp/jquery-pluginify": "github:fxpio/fxp-jquery-pluginify#semver:^1.0.0",
"hammerjs": "^2.0.0",
"jquery": "^2.2.0||^3.2.0"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@fxp/jquery-scroller": "github:fxpio/fxp-jquery-scroller#semver:^1.0.0",
"@symfony/webpack-encore": "^1.1.0",
"bootstrap": "^5.1.0",
"file-loader": "^6.0.0",
"rollup": "^1.25.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-uglify": "^6.0.3",
"sass": "^1.32.7",
"sass-loader": "^11.0.1"
}
}