-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.01 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
{
"name": "portfolio",
"version": "1.0.0",
"description": "f1",
"main": "gulpfile.js",
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.4",
"babel-polyfill": "^6.26.0",
"bricks.js": "^1.8.0",
"es6-promise": "^4.2.6",
"gulp": "^4.0.0",
"gulp-cli": "^2.0.1",
"imports-loader": "^0.8.0",
"smoothscroll-polyfill": "^0.4.4",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.3.1",
"babel-loader": "^8.0.5",
"browser-sync": "^2.26.5",
"clean-webpack-plugin": "^2.0.0",
"exports-loader": "^0.7.0",
"gulp-autoprefixer": "^6.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"npx": "^10.2.0",
"run-sequence": "^2.2.1",
"webpack-stream": "^5.2.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "guillaume pitot",
"license": "ISC"
}