-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 907 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": "TeslaMeetsPizza",
"version": "1.0.0",
"description": "Tesla Meets Pizza :: Project for Responsive Webdesign :: OMB-4",
"main": "index.html",
"scripts": {
"start": "gulp",
"build": "gulp build --prod"
},
"author": "Marc Eberhard",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/preset-env": "^7.12.7",
"@babel/register": "^7.10.5",
"autoprefixer": "^9.8.6",
"babel-loader": "^8.2.2",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-if": "^3.0.0",
"gulp-js-import": "^1.0.6",
"gulp-postcss": "^8.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.1.0",
"vinyl-named": "^1.1.0",
"webpack-stream": "^5.2.1",
"yargs": "^15.4.1"
},
"dependencies": {
"bootstrap": "^4.5.2",
"fullpage.js": "^3.0.9",
"jquery": "^3.5.1",
"popper.js": "^1.16.1"
}
}