UNPKG

2.71 kBJSONView Raw
1{
2 "name": "create-mashup-app",
3 "version": "2.0.2",
4 "description": "Bootstrapper and build abstraction for creating targetprocess mashup integration apps.",
5 "main": "createMashupApp.js",
6 "scripts": {
7 "test": "jest"
8 },
9 "bin": {
10 "create-mashup-app": "./cli.js"
11 },
12 "jest": {
13 "testPathIgnorePatterns": [
14 "<rootDir>[/\\\\]src[/\\\\]templates"
15 ],
16 "modulePathIgnorePatterns": [
17 "<rootDir>[/\\\\]src[/\\\\]templates"
18 ]
19 },
20 "dependencies": {
21 "@babel/core": "7.1.0",
22 "@babel/plugin-proposal-class-properties": "7.1.0",
23 "@babel/plugin-proposal-object-rest-spread": "7.0.0",
24 "@babel/plugin-syntax-dynamic-import": "^7.0.0",
25 "@babel/plugin-transform-member-expression-literals": "7.0.0",
26 "@babel/plugin-transform-property-literals": "7.0.0",
27 "@babel/plugin-transform-runtime": "7.1.0",
28 "@babel/preset-env": "7.1.0",
29 "@babel/preset-react": "7.0.0",
30 "@babel/preset-typescript": "^7.1.0",
31 "@babel/runtime": "^7.1.2",
32 "acorn-walk": "^6.1.0",
33 "autoprefixer": "^9.1.5",
34 "chalk": "^2.3.0",
35 "commander": "^2.11.0",
36 "cors": "^2.8.4",
37 "cosmiconfig": "^5.0.6",
38 "estree-walker": "^0.5.2",
39 "express": "^4.16.4",
40 "filesize": "^3.6.1",
41 "gzip-size": "^5.0.0",
42 "magic-string": "^0.25.1",
43 "postcss": "^6.0.14",
44 "postcss-calc": "^6.0.1",
45 "postcss-color-function": "^4.0.1",
46 "postcss-current-selector": "0.0.3",
47 "postcss-each": "^0.10.0",
48 "postcss-global-import": "^1.0.6",
49 "postcss-icss-keyframes": "^0.2.1",
50 "postcss-icss-values": "^2.0.1",
51 "postcss-import": "^11.0.0",
52 "postcss-inherit": "^4.0.3",
53 "postcss-inline-svg": "^3.0.0",
54 "postcss-mixins": "^6.2.0",
55 "postcss-nested": "^2.1.2",
56 "postcss-nested-ancestors": "^1.0.0",
57 "postcss-simple-vars": "^4.1.0",
58 "pug": "^2.0.3",
59 "react": "^15.5.0",
60 "react-dom": "^15.5.0",
61 "rimraf": "^2.6.2",
62 "rollup": "^0.66.6",
63 "rollup-plugin-babel": "^4.0.3",
64 "rollup-plugin-commonjs": "^9.2.0",
65 "rollup-plugin-iife": "^0.1.1",
66 "rollup-plugin-json": "^3.1.0",
67 "rollup-plugin-loadz0r": "^0.4.1",
68 "rollup-plugin-node-resolve": "^3.4.0",
69 "rollup-plugin-postcss": "^1.6.2",
70 "rollup-plugin-serve": "^0.6.0",
71 "rollup-plugin-terser": "^3.0.0",
72 "rollup-plugin-typescript": "^1.0.0",
73 "terser": "^3.10.0",
74 "tslib": "^1.9.3",
75 "typescript": "^3.1.3",
76 "yeoman-environment": "^2.0.5",
77 "yeoman-generator": "^2.0.1"
78 },
79 "devDependencies": {
80 "@types/react": "^16.4.16",
81 "jest": "^23.6.0",
82 "jsdom": "^12.2.0",
83 "prettier": "^1.14.3"
84 }
85}