forked from DiscipleTools/disciple-tools-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.72 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.72 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "disciple-tools",
"version": "0.1.0",
"description": "A coalition management system for Disciple Making Movements",
"repository": {
"type": "git",
"url": "https://github.com/DiscipleTools/disciple-tools-theme.git"
},
"author": "Disciple Tools",
"license": "GPL-2.0-or-later",
"homepage": "https://disciple.tools",
"devDependencies": {
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.13",
"cssnano": "^4.1.10",
"foundation-sites": "^6.6.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-babel": "^6.1.3",
"gulp-concat": "^2.6.1",
"gulp-filter": "^5.0.0",
"gulp-frep": "^0.1.3",
"gulp-imagemin": "^7.0.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.6.0",
"gulp-newer": "^1.3.0",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-touch-cmd": "0.0.1",
"gulp-uglify": "^3.0.2",
"gulp-wp-pot": "^2.5.0",
"jquery": "^3.5.1",
"jshint": "^2.12.0",
"jshint-stylish": "^2.2.0",
"motion-ui": "^1.2.2",
"what-input": "^5.2.10"
},
"browserslist": [
"last 2 version",
"> 2%"
],
"scripts": {
"postinstall": "npm run build",
"build": "gulp",
"scripts": "gulp scripts",
"styles": "gulp styles",
"watch": "gulp watch",
"browsersync": "gulp browsersync",
"update-foundation": "npm install foundation-sites"
},
"jshintConfig": {
"globals": {
"jQuery": true
}
},
"dependencies": {
"browserslist": "^4.14.5",
"caniuse-lite": "^1.0.30001154",
"dotenv": "^6.2.0",
"fancy-log": "^1.3.3",
"gulp-rename": "^1.4.0",
"masonry-layout": "^4.2.1",
"merge-stream": "^1.0.1"
}
}