-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.33 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
61
62
63
{
"name": "timtools",
"version": "1.22.0",
"private": true,
"description": "Stack de développement frontend",
"author": {
"name": "Matt et JF"
},
"scripts": {
"start": "gulp",
"build": "gulp build"
},
"dependencies": {
"swiper": "^8.0.7"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.8",
"@babel/register": "^7.16.9",
"autoprefixer": "^9.8.8",
"babel-loader": "^8.2.3",
"browser-sync": "^2.27.9",
"cross-env": "^5.2.0",
"del": "^5.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-changed": "^4.0.3",
"gulp-if": "^3.0.0",
"gulp-jsbeautifier": "^3.0.1",
"gulp-notifier": "^1.0.6",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-twig": "^1.2.0",
"node-notifier": "^5.4.0",
"sass": "^1.48.0",
"svg-spritemap-webpack-plugin": "^3.9.1",
"webpack": "^4.46.0",
"webpack-notifier": "^1.15.0",
"webpack-stream": "^5.2.1"
},
"browserslist": [
"defaults"
],
"babel": {
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "current"
}
}
]
]
},
"main": "index.js",
"license": "MIT",
"peerDependencies": {
"webpack": "^5.0.0"
}
}