127 lines
3.8 KiB
JSON
Executable file
127 lines
3.8 KiB
JSON
Executable file
{
|
|
"name": "parcel-bundler",
|
|
"version": "1.8.1",
|
|
"description": "Blazing fast, zero configuration web application bundler",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/parcel-bundler/parcel.git"
|
|
},
|
|
"files": ["bin/", "lib/", "src/", "index.js"],
|
|
"dependencies": {
|
|
"babel-code-frame": "^6.26.0",
|
|
"babel-core": "^6.25.0",
|
|
"babel-generator": "^6.25.0",
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
|
|
"babel-plugin-transform-react-jsx": "^6.24.1",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-template": "^6.26.0",
|
|
"babel-traverse": "^6.26.0",
|
|
"babel-types": "^6.26.0",
|
|
"babylon": "^6.17.4",
|
|
"babylon-walk": "^1.0.2",
|
|
"browserslist": "^3.2.6",
|
|
"chalk": "^2.1.0",
|
|
"chokidar": "^2.0.3",
|
|
"command-exists": "^1.2.6",
|
|
"commander": "^2.11.0",
|
|
"cross-spawn": "^6.0.4",
|
|
"cssnano": "^3.10.0",
|
|
"deasync": "^0.1.12",
|
|
"dotenv": "^5.0.0",
|
|
"filesize": "^3.6.0",
|
|
"get-port": "^3.2.0",
|
|
"glob": "^7.1.2",
|
|
"grapheme-breaker": "^0.3.2",
|
|
"htmlnano": "^0.1.9",
|
|
"is-url": "^1.2.2",
|
|
"js-yaml": "^3.10.0",
|
|
"json5": "^1.0.1",
|
|
"micromatch": "^3.0.4",
|
|
"mkdirp": "^0.5.1",
|
|
"node-forge": "^0.7.1",
|
|
"node-libs-browser": "^2.0.0",
|
|
"opn": "^5.1.0",
|
|
"physical-cpu-count": "^2.0.0",
|
|
"postcss": "^6.0.19",
|
|
"postcss-value-parser": "^3.3.0",
|
|
"posthtml": "^0.11.2",
|
|
"posthtml-parser": "^0.4.0",
|
|
"posthtml-render": "^1.1.3",
|
|
"resolve": "^1.4.0",
|
|
"semver": "^5.4.1",
|
|
"serialize-to-js": "^1.1.1",
|
|
"serve-static": "^1.12.4",
|
|
"source-map": "0.6.1",
|
|
"strip-ansi": "^4.0.0",
|
|
"toml": "^2.3.3",
|
|
"tomlify-j0.4": "^3.0.0",
|
|
"uglify-es": "^3.2.1",
|
|
"v8-compile-cache": "^2.0.0",
|
|
"ws": "^5.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/component-compiler-utils": "^1.0.0",
|
|
"babel-cli": "^6.26.0",
|
|
"babel-plugin-transform-async-super": "^1.0.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-register": "^6.26.0",
|
|
"bsb-js": "^1.0.1",
|
|
"codecov": "^3.0.0",
|
|
"coffeescript": "^2.0.3",
|
|
"cross-env": "^5.1.1",
|
|
"eslint": "^4.13.0",
|
|
"glslify-bundle": "^5.0.0",
|
|
"glslify-deps": "^1.3.0",
|
|
"graphql": "^0.11.7",
|
|
"graphql-tag": "^2.6.0",
|
|
"husky": "^0.14.3",
|
|
"less": "^3.0.1",
|
|
"lint-staged": "^7.0.5",
|
|
"mocha": "^5.1.1",
|
|
"ncp": "^2.0.0",
|
|
"nib": "^1.1.2",
|
|
"node-sass": "^4.7.2",
|
|
"nyc": "^11.1.0",
|
|
"postcss-modules": "^1.1.0",
|
|
"posthtml-include": "^1.1.0",
|
|
"prettier": "^1.9.1",
|
|
"pug": "^2.0.3",
|
|
"rimraf": "^2.6.1",
|
|
"sinon": "^5.0.1",
|
|
"sourcemap-validator": "^1.0.6",
|
|
"stylus": "^0.54.5",
|
|
"typescript": "^2.7.0",
|
|
"vue": "^2.5.16",
|
|
"vue-template-compiler": "^2.5.16"
|
|
},
|
|
"scripts": {
|
|
"test": "cross-env NODE_ENV=test mocha",
|
|
"test-coverage": "rm -rf coverage/* && nyc yarn test",
|
|
"report-coverage": "nyc report --reporter=lcov && codecov",
|
|
"test-ci": "yarn test-coverage && yarn report-coverage",
|
|
"format": "prettier --write './{src,bin,test}/**/*.{js,json,md}'",
|
|
"build": "yarn minify && babel src -d lib && ncp src/builtins lib/builtins",
|
|
"prepublish": "yarn build",
|
|
"minify":
|
|
"uglifyjs -c -m -o src/builtins/prelude.min.js src/builtins/prelude.js",
|
|
"precommit": "npm run lint && lint-staged",
|
|
"lint": "eslint .",
|
|
"postinstall":
|
|
"node -e \"console.log('\\u001b[35m\\u001b[1mLove Parcel? You can now donate to our open collective:\\u001b[22m\\u001b[39m\\n > \\u001b[34mhttps://opencollective.com/parcel/donate\\u001b[0m')\""
|
|
},
|
|
"bin": {
|
|
"parcel": "bin/cli.js"
|
|
},
|
|
"engines": {
|
|
"node": ">= 6.0.0"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,json,md}": ["prettier --write", "git add"]
|
|
},
|
|
"collective": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/parcel"
|
|
}
|
|
}
|