1 | {
|
2 | "name": "@stackstorm/st2-build",
|
3 | "version": "2.3.1",
|
4 | "description": "",
|
5 | "main": "index.js",
|
6 | "directories": {
|
7 | "test": "tests"
|
8 | },
|
9 | "scripts": {
|
10 | "test": "echo \"Error: no test specified\" && exit 1"
|
11 | },
|
12 | "repository": "stackstorm/st2web",
|
13 | "license": "Apache-2.0",
|
14 | "bugs": {
|
15 | "url": "https://github.com/stackstorm/st2web/issues"
|
16 | },
|
17 | "homepage": "https://github.com/stackstorm/st2web#readme",
|
18 | "browserify": {
|
19 | "transform": [
|
20 | "babelify"
|
21 | ]
|
22 | },
|
23 | "publishConfig": {
|
24 | "access": "public"
|
25 | },
|
26 | "dependencies": {
|
27 | "atob": "2.1.2",
|
28 | "babelify": "10.0.0",
|
29 | "cached-path-relative": "1.0.2",
|
30 | "chalk": "2.4.2",
|
31 | "cryptiles": "4.1.3",
|
32 | "css-extract": "1.3.0",
|
33 | "deep-extend": "0.6.0",
|
34 | "event-stream": "4.0.1",
|
35 | "express": "4.16.4",
|
36 | "fancy-log": "1.3.3",
|
37 | "fontello-update": "0.6.3",
|
38 | "git-rev-sync": "1.12.0",
|
39 | "growl": "1.10.5",
|
40 | "gulp": "4.0.0",
|
41 | "gulp-concat": "2.6.1",
|
42 | "gulp-csscomb": "3.0.8",
|
43 | "gulp-env": "0.4.0",
|
44 | "gulp-eslint": "5.0.0",
|
45 | "gulp-header": "2.0.7",
|
46 | "gulp-load-plugins": "1.5.0",
|
47 | "gulp-mocha": "6.0.0",
|
48 | "gulp-plumber": "1.2.1",
|
49 | "gulp-rename": "1.4.0",
|
50 | "gulp-size": "3.0.0",
|
51 | "gulp-sourcemaps": "2.6.5",
|
52 | "gulp-uglify": "3.0.2",
|
53 | "gulp-util": "3.0.8",
|
54 | "gulp-webserver": "0.9.1",
|
55 | "lodash": "4.17.11",
|
56 | "mocha": "6.0.2",
|
57 | "pathmodify": "0.5.0",
|
58 | "react": "16.8.5",
|
59 | "react-dom": "16.8.5",
|
60 | "require-dir": "1.2.0",
|
61 | "undertaker-forward-reference": "1.0.2",
|
62 | "vinyl-buffer": "1.0.1",
|
63 | "vinyl-source-stream": "2.0.0",
|
64 | "watchify": "3.11.1",
|
65 | "yargs": "12.0.5",
|
66 | "zombie": "5.0.8"
|
67 | },
|
68 | "peerDependencies": {
|
69 | "gulp": "4.0.0",
|
70 | "react": "16.8.5",
|
71 | "react-dom": "16.8.5"
|
72 | },
|
73 | "gitHead": "f038732b640bdb1fc8a4d3a9e5c6828760657341"
|
74 | }
|