mirror of
https://github.com/wagtail/wagtail.git
synced 2024-11-22 02:18:39 +01:00
f6e6f9a909
3.36.0 depends (indirectly, via derequire 0.8.0) on esprima-six, which has disappeared from npm causing installation to fail. https://github.com/substack/node-browserify/pull/710
33 lines
764 B
JSON
33 lines
764 B
JSON
{
|
|
"name": "wagtail",
|
|
"version": "1.0.0",
|
|
"repository": "https://github.com/torchbox/wagtail",
|
|
"private": true,
|
|
"browser": {},
|
|
"browserify": {
|
|
"transform": [
|
|
"browserify-shim"
|
|
]
|
|
},
|
|
"browserify-shim": {},
|
|
"devDependencies": {
|
|
"browserify": "~3.46.1",
|
|
"browserify-shim": "~3.4.1",
|
|
"gulp": "~3.8.11",
|
|
"gulp-autoprefixer": "~1.0.1",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "~2.0.0",
|
|
"gulp-sourcemaps": "~1.2.2",
|
|
"gulp-util": "~2.2.14",
|
|
"jscs": "^1.12.0",
|
|
"require-dir": "^0.3.0"
|
|
},
|
|
"dependencies": {},
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"start": "gulp watch",
|
|
"lint:js": "./node_modules/.bin/jscs ./wagtail || true",
|
|
"format:js": "./node_modules/.bin/jscs ./wagtail -x"
|
|
}
|
|
}
|