-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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
{
"name": "Innnteg",
"version": "1.0.1",
"description": "",
"main": "gulpfile.babel.js",
"scripts": {
"deploy": "sh deploy.sh",
"dev": "gulp dev",
"build": "gulp build",
"push": "git add . && git commit -m 'update' && git push origin master"
},
"repository": "git+/~https://github.com/hellodeloo/innnteg.git",
"author": "David Deloo <hello@hellodeloo.com>",
"license": "ISC",
"bugs": {
"url": "/~https://github.com/hellodeloo/innnteg/issues"
},
"homepage": "/~https://github.com/hellodeloo/innnteg#readme",
"devDependencies": {
"@babel/core": "^7",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"browser-sync": "^2.26.3",
"eslint": "^5.9.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"gulp": "github:gulpjs/gulp#4.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-file": "^0.4.0",
"gulp-imagemin": "^5.0.3",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-twig": "^1.2.0",
"gulp-uglify": "^3.0.1"
},
"dependencies": {
"bootstrap": "^4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.14.5"
}
}