-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.71 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
64
65
{
"name": "@undp/design-system-i18",
"version": "1.2.3",
"description": "Boilerplate starting project for sites using UNDP Design System",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp build --production"
},
"author": "Jura Khrapunov <jura.khrapunov@undp.org>",
"license": "MIT",
"dependencies": {
"@undp/design-system": "^1.2",
"glightbox": "^3.2.0",
"gsap": "^3.12.1",
"jquery": "^3.7.0",
"normalize.css": "^8.0.1",
"swiper": "^9.4.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/register": "^7.18.9",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.1.0",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^2.3.0",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^7.1.0",
"gulp-load-plugins": "^2.0.8",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-terser": "^2.1.0",
"merge-stream": "^2.0.0",
"panini": "latest",
"patch-package": "^7.0.0",
"postcss": "^8.4.18",
"postcss-uncss": "^0.17.0",
"postcss-url": "^10.1.3",
"rimraf": "^5.0.1",
"sass": "^1.56.1",
"uncss": "^0.17.3",
"vinyl-named": "^1.1.0",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0",
"yargs": "^17.6.2"
},
"repository": {
"type": "git",
"url": "https://github.com/undp/design-system-starter-template.git"
},
"bugs": {
"url": "https://github.com/undp/design-system-starter-template/issues",
"email": "jura.khrapunov@undp.org"
},
"private": true,
"browserslist": [
"last 2 versions"
]
}