This repository has been archived by the owner on Oct 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
57 lines (57 loc) · 1.62 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
{
"name": "watson-ui-components",
"version": "0.6.1",
"description": "UI components (CSS & SCSS) used in Watson Developer Cloud demo apps",
"main": "dist/",
"scripts": {
"deploy": "sh scripts/deploy.sh",
"deploy-from-local": "npm run compile && git subtree push --prefix docs origin gh-pages",
"compile": "./node_modules/.bin/gulp compile",
"dev": "./node_modules/.bin/gulp serve",
"lint": "./node_modules/.bin/eslint .",
"validate": "npm ls",
"prepublish": "npm run compile"
},
"author": "IBM Corp.",
"license": "Apache-2.0",
"devDependencies": {
"browser-sync": "^2.24.5",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.4",
"gulp-nunjucks-render": "^2.0.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^2.2.0",
"gulp-scss-lint": "^0.4.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/watson-developer-cloud/ui-components.git"
},
"bugs": {
"url": "https://github.com/watson-developer-cloud/ui-components/issues"
},
"engines": {
"node": ">4.4",
"npm": ">3.0"
},
"dependencies": {
"breakpoint-sass": "^2.7.0",
"modular-scale": "^4.4.1",
"modularscale-sass": "^2.1.1"
},
"peerDependencies": {
"breakpoint-sass": "^2.7.0",
"modular-scale": "^4.4.1",
"modularscale-sass": "^2.1.1"
}
}