-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.18 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": "my_theme",
"version": "2.0.0",
"description": "Node.js dependencies for Drupal 9 distro theme for IFRC projects.",
"author": "Krisztian Pinter <[email protected]>",
"private": true,
"license": "ISC",
"keywords": [
"drupal",
"drupal8",
"drupal9",
"drupal10",
"gulp",
"gulp4",
"sass",
"theme",
"twig"
],
"scripts": {
"start": "gulp",
"startNoSync": "gulp defaultNoSync",
"prod": "gulp prod",
"sassDev": "gulp sassDev",
"sassProd": "gulp sassProd",
"scripts": "gulp scripts"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"camelcase": "^7.0.0",
"cross-env": "^7.0.3",
"cssnano": "^5.1.11",
"cssnano-preset-lite": "^2.1.3",
"dotenv": "^16.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-cssnano": "^2.1.3",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.1.0",
"gulp-sass-glob": "^1.1.0",
"gulp-sourcemaps": "^3.0.0",
"postcss": "^8.4.14",
"postcss-preset-env": "^7.7.1",
"postcss-sorting": "^7.0.1",
"sass": "^1.52.3",
"yarn": "^1.22.19"
}
}