forked from Automattic/jetpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 6.63 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "Jetpack",
"version": "6.4.0-alpha",
"description": "[Jetpack](http://jetpack.com/) is a WordPress plugin that supercharges your self-hosted WordPress site with the awesome cloud power of [WordPress.com](https://wordpress.com).",
"homepage": "http://jetpack.com",
"author": "Automattic",
"license": "GPL-2.0-or-later",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/Automattic/jetpack.git"
},
"bugs": {
"url": "https://github.com/Automattic/jetpack/issues"
},
"scripts": {
"watch": "yarn install-if-deps-outdated && ./node_modules/.bin/gulp watch",
"clean-client": "rm -rf _inc/build/*.js _inc/build/*.css _inc/build/*.map _inc/build/*.html",
"install-if-deps-outdated": "yarn check 2> /dev/null || yarn install --check-files",
"distclean": "rm -rf node_modules && yarn cache clean",
"build": "yarn install-if-deps-outdated && yarn build-client",
"build-client": "gulp",
"build-production-client": "NODE_ENV=production BABEL_ENV=production yarn build-client",
"build-production": "yarn distclean && yarn && gulp languages:extract && yarn build-production-client",
"build-languages": "gulp languages",
"docker:compose": "yarn docker:env && docker-compose -f docker/docker-compose.yml",
"docker:up": "yarn docker:compose up",
"docker:stop": "yarn docker:compose stop",
"docker:down": "yarn docker:compose down",
"docker:build": "yarn docker:compose build",
"docker:wp": "yarn docker:compose exec wordpress wp --allow-root --path=/var/www/html/",
"docker:install": "yarn docker:compose exec wordpress bash -c \"/var/scripts/install.sh\"",
"docker:uninstall": "yarn docker:compose exec wordpress bash -c \"/var/scripts/uninstall.sh\"",
"docker:multisite-convert": "yarn docker:compose exec wordpress bash -c \"/var/scripts/multisite-convert.sh\"",
"docker:sh": "yarn docker:compose exec wordpress bash",
"docker:phpunit": "yarn docker:compose exec wordpress phpunit --configuration=/var/www/html/wp-content/plugins/jetpack/phpunit.xml.dist",
"docker:tail": "yarn docker:compose exec wordpress bash -c \"/var/scripts/tail.sh\"",
"docker:clean": "yarn docker:compose down --rmi all -v && rm -rf docker/wordpress/* docker/wordpress/.htaccess docker/wordpress-develop/* docker/logs/* docker/data/mysql/*",
"docker:env": "node -e \"require('fs').createWriteStream( 'docker/.env', { flags: 'a' } );\"",
"lint": "gulp jshint && eslint --ext .js --ext .jsx ./*.js _inc/client -c .eslintrc",
"php:5.2-compatibility": "composer php:5.2-compatibility",
"php:lint": "composer php:lint",
"test-adminpage": "yarn test-client && yarn test-gui",
"test-client": "NODE_ENV=test NODE_PATH=tests:_inc/client:node_modules/@automattic/dops-components/client tests/runner.js",
"add-textdomain": "grunt addtextdomain",
"build-pot": "grunt makepot",
"test-gui": "NODE_ENV=test NODE_PATH=tests:_inc/client:node_modules/@automattic/dops-components/client tests/runner.js gui",
"precommit": "node bin/pre-commit-hook.js",
"test-modules": "NODE_ENV=test NODE_PATH=tests:_inc/client:node_modules/@automattic/dops-components/client tests/runner.js modules"
},
"dependencies": {
"@automattic/custom-colors-loader": "automattic/custom-colors-loader",
"ansi-colors": "^1.0.1",
"babel-core": "6.8.0",
"babel-eslint": "6.1.2",
"babel-loader": "7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-plugin-transform-runtime": "^6.8.0",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-runtime": "^6.6.1",
"bounding-client-rect": "^1.0.5",
"classnames": "2.2.1",
"click-outside": "^2.0.2",
"clipboard": "^1.7.1",
"component-uid": "^0.0.2",
"create-react-class": "^15.6.2",
"cross-env": "^5.0.1",
"css-loader": "0.23.1",
"del": "^2.2.0",
"es6-promise": "3.0.2",
"eslint": "3.8.1",
"eslint-config-wpcalypso": "0.7.1",
"eslint-loader": "^1.1.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-lodash": "2.3.4",
"eslint-plugin-react": "6.4.1",
"eslint-plugin-wpcalypso": "3.0.2",
"extract-text-webpack-plugin": "3.0.1",
"fancy-log": "^1.3.2",
"file-loader": "^1.1.5",
"focus-trap": "^2.3.1",
"grunt-cli": "^1.2.0",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.2",
"gulp-babel": "7.0.0",
"gulp-banner": "^0.1.3",
"gulp-browserstack": "^1.0.0",
"gulp-check": "^0.1.1",
"gulp-clean-css": "^2.0.2",
"gulp-concat": "^2.6.0",
"gulp-download-stream": "0.0.13",
"gulp-eslint": "3.0.1",
"gulp-if": "^2.0.2",
"gulp-jshint": "2.0.0",
"gulp-json-transform": "^0.4.2",
"gulp-live-server": "0.0.28",
"gulp-modify": "0.1.1",
"gulp-open": "^1.0.0",
"gulp-phplint": "^0.0.6",
"gulp-phpunit": "^0.14.0",
"gulp-po2json": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-rtlcss": "^1.0.0",
"gulp-sass": "3.1.0",
"gulp-sftp": "^0.1.5",
"gulp-sourcemaps": "~2.0.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^2.1.2",
"history": "3",
"i18n-calypso": "^1.9.1",
"jsdom": "^9.2.1",
"jsdom-global": "^2.1.0",
"jshint": "2.9.1",
"jshint-stylish": "~2.1.0",
"json-loader": "^0.5.7",
"lodash": "^4.9.0",
"node-sass": "4.9.0",
"page": "1.7.1",
"plugin-error": "^1.0.0",
"prop-types": "15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-hot-loader": "^1.3.0",
"react-pure-render": "^1.0.2",
"react-redux": "^4.4.1",
"react-router": "~3",
"react-router-redux": "^4.0.8",
"react-tagsinput": "^3.13.1",
"react-tap-event-plugin": "^2.0.0",
"redux": "^3.3.1",
"redux-thunk": "^2.0.1",
"sass-loader": "6.0.6",
"style-loader": "0.13",
"uglify-save-license": "^0.4.1",
"url-loader": "^0.5.7",
"webpack": "3.12.0",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"babel-register": "^6.8.0",
"chai": "^3.5.0",
"commander": "2.3.0",
"danger": "^3.7.17",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.2",
"eslines": "^1.1.0",
"eslint-eslines": "^1.0.0",
"glob": "^7.1.1",
"grunt": "^0.4.2",
"grunt-wp-i18n": "~0.4.6",
"gulp-delete-lines": "^0.0.7",
"husky": "^0.14.3",
"mocha": "^2.4.5",
"mockery": "^1.4.1",
"nock": "^7.2.2",
"react-test-renderer": "^15.5.0",
"sinon": "^1.17.3",
"sinon-chai": "^2.8.0",
"webpack-dev-server": "2.9.2"
},
"engines": {
"node": ">=8",
"yarn": "^1.3.2"
}
}