forked from 10up/distributor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.4 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
{
"name": "distributor",
"description": "Syndicate content to and from external websites and within multisite blogs.",
"author": "Taylor Lovett, 10up",
"scripts": {
"build": "gulp",
"lint": "eslint assets/js",
"lint-fix": "eslint assets/js --fix",
"js": "gulp js",
"watch": "gulp watch",
"css": "gulp css",
"postinstall": "gulp",
"makepot": "wpi18n makepot && echo '.pot file updated'",
"release": "rm -rf release/ && git worktree prune && npm run build && git worktree add -B stable release origin/stable && gulp copy"
},
"dependencies": {
"@10up/eslint-config": "^1.0.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"eslint": "^4.17.0",
"eslint-loader": "^1.9.0",
"gulp": "^3.9.1",
"gulp-cssnano": "^2.1.2",
"gulp-filter": "^5.1.0",
"gulp-livereload": "^3.8.1",
"gulp-postcss": "^7.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^2.6.4",
"imports-loader": "^0.7.1",
"natives": "^1.1.6",
"node-wp-i18n": "^1.0.5",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^11.1.0",
"pump": "^3.0.0",
"require-dir": "^1.0.0",
"run-sequence": "^2.2.1",
"webpack": "^3.11.0",
"webpack-stream": "^4.0.1"
}
}