-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·39 lines (39 loc) · 1.03 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": "@unicef/design-system",
"version": "0.1.0",
"description": "UNICEF's design system for creating our web applications.",
"main": "dist/js/unicef-bundle.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/unicef/design-system.git"
},
"author": "UNICEF",
"license": "GPL-3.0+",
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"bootstrap": "^4.3.1",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.0",
"gulp-cli": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-cssmin": "^0.2.0",
"gulp-minify": "^3.1.0",
"gulp-minify-css": "^1.2.4",
"gulp-plumber": "^1.2.0",
"gulp-sass": "^3.1.0",
"gulp-serve": "^1.4.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-svgo": "^1.5.4",
"gulp-uglify": "^3.0.0",
"html-pdf": "^2.2.0",
"jquery": "^3.3.1",
"phantomjs": "^2.1.7",
"phantomjs-prebuilt": "^2.1.16",
"popper.js": "^1.14.3"
}
}