UNPKG

2.79 kBJSONView Raw
1{
2 "name": "@jenkins-cd/design-language",
3 "jdlName": "jenkins-design-language",
4 "version": "0.0.158",
5 "description": "Styles, assets, and React classes for Jenkins Design Language",
6 "main": "dist/js/components/index.js",
7 "scripts": {
8 "storybook": "npm run gulp build && start-storybook -p 9001 --static-dir dist/assets/",
9 "build-storybook": "build-storybook --static-dir dist/assets/ --output-dir website/storybook",
10 "flow": "flow",
11 "gulp": "gulp",
12 "test": "gulp test",
13 "test:debug": "node --debug-brk ./node_modules/.bin/gulp test-debug",
14 "test:fast": "gulp test-fast",
15 "build": "npm install && npm run gulp",
16 "site-build": "harp compile website/ website-build/",
17 "site-server": "harp server website --port 3000",
18 "site-publish": "./site-publish.sh"
19 },
20 "author": "Josh McDonald <jmcdonald@cloudbees.com> (https://www.cloudbees.com/)",
21 "contributors": [
22 "James Dumay <jameswdumay@gmail.com>",
23 "Josh McDonald <josh@joshmcdonald.info>",
24 "Michael Neale <michael.neale@gmail.com>",
25 "Thorsten Scherler <scherler@gmail.com>",
26 "Tom Fennelly <tom.fennelly@gmail.com>",
27 "Cliff Meyers <cliff.meyers@gmail.com>",
28 "Ivan Meredith <ivan@ivan.net.nz>",
29 "Kohsuke Kawaguchi <kk@kohsuke.org>",
30 "Yuta Hiroto <git@about-hiroppy.com>"
31 ],
32 "license": "MIT",
33 "files": [
34 "LICENSE",
35 "README.md",
36 "licenses",
37 "dist"
38 ],
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/jenkinsci/jenkins-design-language.git"
42 },
43 "dependencies": {
44 "linkifyjs": "2.1.4",
45 "lodash.debounce": "4.0.8",
46 "moment": "2.15.1",
47 "moment-duration-format": "1.3.0",
48 "react": "15.4.2",
49 "react-addons-css-transition-group": "15.4.2",
50 "react-dom": "15.4.2"
51 },
52 "devDependencies": {
53 "@kadira/storybook": "2.35.3",
54 "babel-eslint": "7.0.0",
55 "babel-polyfill": "6.16.0",
56 "babel-preset-es2015": "6.16.0",
57 "babel-preset-react": "6.16.0",
58 "babel-preset-stage-0": "6.16.0",
59 "bluebird": "3.4.6",
60 "browserify": "13.1.0",
61 "chai": "3.5.0",
62 "cli-spinner": "0.2.6",
63 "enzyme": "2.5.1",
64 "eslint-plugin-react": "6.4.1",
65 "flow-bin": "0.33.0",
66 "gulp": "3.9.1",
67 "gulp-babel": "6.1.2",
68 "gulp-clean": "0.3.2",
69 "gulp-concat": "2.6.0",
70 "gulp-copy": "0.0.2",
71 "gulp-eslint": "3.0.1",
72 "gulp-jest": "1.0.0",
73 "gulp-less": "3.1.0",
74 "gulp-rename": "1.2.2",
75 "gulp-sourcemaps": "2.1.1",
76 "gulp-svgmin": "1.2.3",
77 "harp": "0.24.0",
78 "jest": "19.0.2",
79 "jest-cli": "19.0.2",
80 "jest-junit": "1.5.1",
81 "minimist": "1.2.0",
82 "normalize.css": "5.0.0",
83 "octicons": "4.4.0",
84 "react-addons-test-utils": "15.4.2",
85 "react-router": "2.8.1",
86 "run-sequence": "1.2.2",
87 "watchify": "3.7.0"
88 }
89}