forked from DiscipleTools/disciple-tools-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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
{
"name": "disciple-tools",
"version": "0.1.0",
"description": "A coalition managemen 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.24.6",
"dotenv": "^4.0.0",
"foundation-sites": "6.4.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^2.3.1",
"gulp-babel": "^6.1.3",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.3",
"gulp-load-plugins": "^1.4.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^4.0.1",
"gulp-sourcemaps": "^1.12.1",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"motion-ui": "^2.0.1"
},
"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": {
"masonry-layout": "^4.2.1"
}
}