-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
114 lines (114 loc) · 3.6 KB
/
package.json
File metadata and controls
114 lines (114 loc) · 3.6 KB
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "@rexlabs/plz-cli",
"version": "2.4.2",
"description": "Toolkit for creating, developing building & testing projects.",
"engines": {
"node": ">=7.x"
},
"bin": {
"plz": "index.js"
},
"files": [
"index.js",
"src/",
"support/",
"templates/"
],
"scripts": {
"test": "jest -u --testPathPattern \"$(pwd)/__tests__\"",
"test:watch": "jest --watch -u --testPathPattern \"$(pwd)/__tests__\"",
"ascii": "./support/generate-ascii-logo.js",
"update-readme": "./support/inject-help-to-readme.js"
},
"author": "Rex Software <lochlan.bunn@rexsoftware.com.au>",
"repository": "git@github.com:rexlabsio/vivid.git",
"homepage": "https://github.com/rexlabsio/vivid/tree/master/modules/plz-cli",
"license": "UNLICENSED",
"dependencies": {
"@rexlabs/browserlist-config": "^1.0.0",
"@storybook/addon-a11y": "3.4.8",
"@storybook/addon-actions": "3.4.8",
"@storybook/addon-info": "3.4.8",
"@storybook/addon-knobs": "3.4.8",
"@storybook/addon-options": "3.4.8",
"@storybook/addon-storyshots": "3.4.8",
"@storybook/addons": "3.4.8",
"@storybook/channels": "3.4.8",
"@storybook/react": "3.4.8",
"address": "1.0.3",
"autoprefixer": "6.7.0",
"babel-cli": "6.26.0",
"babel-core": "^6.26.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-react-transform": "2.0.2",
"babel-plugin-syntax-dynamic-import": "6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-jsx-self": "6.22.0",
"babel-plugin-transform-react-jsx-source": "6.22.0",
"babel-plugin-transform-react-remove-prop-types": "0.2.11",
"babel-plugin-transform-runtime": "6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "^1.1.3",
"change-case": "^3.0.1",
"connect-history-api-fallback": "1.3.0",
"copy-template-dir": "^1.3.0",
"cosmiconfig": "^3.1.0",
"css-loader": "0.26.1",
"debug": "^2.6.7",
"enzyme": "^2.9.1",
"express": "4.14.0",
"extract-text-webpack-plugin": "2.1.0",
"figlet": "^1.2.0",
"file-loader": "^0.11.2",
"filesize": "3.4.3",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
"glob-loader": "^0.3.0",
"gzip-size": "3.0.0",
"html-webpack-plugin": "^2.30.1",
"http-proxy-middleware": "^0.17.4",
"inquirer": "^3.3.0",
"is-up": "^2.0.0",
"jest": "^21.2.1",
"lodash": "^4.17.4",
"object-assign": "4.1.1",
"ora": "^1.3.0",
"pify": "^2.3.0",
"postcss-loader": "1.2.2",
"promise": "7.1.1",
"raw-loader": "^0.5.1",
"react-addons-test-utils": "^15.5.1",
"react-dev-utils": "^3.1.1",
"react-test-renderer": "^15.5.4",
"react-transform-catch-errors": "1.0.2",
"react-transform-hmr": "1.0.4",
"read-pkg-up": "^2.0.0",
"redbox-noreact": "1.1.0",
"stats-webpack-plugin": "^0.6.1",
"storybook-readme": "3.0.6",
"style-loader": "0.13.1",
"svg-react-loader": "^0.4.4",
"uglify-es": "^3.1.3",
"uglifyjs-webpack-plugin": "^1.0.0-beta.2",
"url-loader": "^0.6.2",
"webpack": "^2.2.1",
"webpack-dev-middleware": "1.9.0",
"webpack-hot-middleware": "2.15.0",
"webpack-md5-hash": "0.0.5",
"webpack-merge": ">=2.4.0",
"whatwg-fetch": "2.0.2",
"yargonaut": "^1.1.2",
"yargs": "^8.0.2"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-dom": ">=15.0.0"
}
}