forked from bigcommerce/themes-lib-modal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 862 Bytes
/
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
{
"name": "bc-modal",
"version": "1.0.3",
"private": true,
"description": "Bigcommerce Modal Module",
"main": "dist/js/modal",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.9.0",
"finalhandler": "^0.3.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"node-sass": "^3.1.2",
"nodemon": "^1.3.7",
"pre-commit": "^1.1.3",
"serve-static": "^1.8.1"
},
"license": "MIT",
"scripts": {
"serve": "nodemon server.js",
"build": "node ./build.js",
"gulp-bundle": "gulp bundle",
"git-add": "git add dist/js/modal.js"
},
"dependencies": {
"jquery": "^3.5.1",
"jquery-revealer": "github:pixelunion/jquery.revealer",
"jquery-trend": "^0.1.0",
"just-debounce": "^1.0.0"
},
"pre-commit": [
"gulp-bundle",
"git-add"
]
}