This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.75 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
{
"name": "moodi-2018",
"version": "1.0.0",
"description": "Official Mood Indigo 2018 Website",
"main": "gulpfile.js",
"dependencies": {
"barba.js": "^1.0.0",
"core-js": "^2.5.7",
"jquery": "^3.3.1",
"jquery-scrollify": "^1.0.19",
"lottie-web": "^5.3.1",
"particles.js": "^2.0.0",
"sidebarjs": "^5.3.0",
"siema": "^1.5.1",
"simplebar": "^3.0.0-beta.5",
"slick-carousel": "^1.8.1",
"vanilla-tilt": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"babel-loader": "^8.0.2",
"browser-sync": "^2.26.3",
"cross-env": "^5.2.0",
"fontello-cli": "^0.4.0",
"gulp": "^3.9.0",
"gulp-cache-bust": "^1.4.0",
"gulp-clean-css": "^3.10.0",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^5.0.1",
"gulp-minify-inline-json": "^1.3.0",
"gulp-noop": "^1.0.0",
"gulp-nunjucks-render": "^2.2.2",
"gulp-save": "^1.3.0",
"gulp-sitemap": "^5.1.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-stream": "^5.1.1"
},
"scripts": {
"start": "gulp serve",
"build": "cross-env NODE_ENV=development gulp build",
"build-prod": "npm run build-production && npm run build-font",
"build-production": "cross-env NODE_ENV=production gulp build",
"build-font": "fontello-cli install --config ./src/fontello.json --css build/assets/fontello/css --font build/assets/fontello/font"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pulsejet/mi-2018.git"
},
"keywords": [
"mood-indigo"
],
"author": "Varun Patil <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/pulsejet/mi-2018/issues"
},
"homepage": "https://github.com/pulsejet/mi-2018#readme"
}