forked from jenkinsci/jenkins-design-language
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.77 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "@jenkins-cd/design-language",
"jdlName": "jenkins-design-language",
"version": "0.0.128-SNAPSHOT",
"description": "Styles, assets, and React classes for Jenkins Design Language",
"main": "dist/js/components/index.js",
"scripts": {
"storybook": "npm run gulp build && start-storybook -p 9001 --static-dir dist/assets/",
"build-storybook": "build-storybook --static-dir dist/assets/ --output-dir website/storybook",
"flow": "flow",
"gulp": "gulp",
"test": "gulp test",
"site-build": "harp compile website/ website-build/",
"site-server": "harp server website --port 3000",
"site-publish": "./site-publish.sh"
},
"author": "Josh McDonald <[email protected]> (https://www.cloudbees.com/)",
"contributors": [
"James Dumay <[email protected]>",
"Josh McDonald <[email protected]>",
"Michael Neale <[email protected]>",
"Thorsten Scherler <[email protected]>",
"Tom Fennelly <[email protected]>",
"Cliff Meyers <[email protected]>",
"Ivan Meredith <[email protected]>",
"Kohsuke Kawaguchi <[email protected]>",
"Yuta Hiroto <[email protected]>"
],
"license": "MIT",
"files": [
"LICENSE",
"README.md",
"licenses",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/jenkinsci/jenkins-design-language.git"
},
"dependencies": {
"@jenkins-cd/react-material-icons": "1.0.0",
"lodash.debounce": "4.0.8",
"moment": "2.15.1",
"moment-duration-format": "1.3.0",
"react": "15.3.2",
"react-addons-css-transition-group": "15.3.2",
"react-dom": "15.3.2"
},
"devDependencies": {
"@kadira/storybook": "2.24.1",
"babel-eslint": "7.0.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-react": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babelify": "7.3.0",
"browserify": "13.1.0",
"chai": "3.5.0",
"enzyme": "2.5.1",
"eslint-plugin-react": "6.4.1",
"flow-bin": "0.33.0",
"gulp": "3.9.1",
"gulp-babel": "6.1.2",
"gulp-clean": "0.3.2",
"gulp-concat": "2.6.0",
"gulp-copy": "0.0.2",
"gulp-eslint": "3.0.1",
"gulp-less": "3.1.0",
"gulp-mocha": "3.0.1",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.1.1",
"gulp-svgmin": "1.2.3",
"harp": "0.21.0",
"karma": "1.3.0",
"karma-browserify": "5.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-junit-reporter": "1.1.0",
"karma-mocha": "1.2.0",
"karma-mocha-reporter": "2.2.0",
"karma-phantomjs-launcher": "1.0.2",
"mocha": "3.1.2",
"normalize.css": "5.0.0",
"octicons": "4.4.0",
"phantomjs-prebuilt": "2.1.13",
"react-addons-test-utils": "15.3.2",
"react-router": "2.8.1",
"run-sequence": "1.2.2",
"watchify": "3.7.0"
}
}