UNPKG

1.88 kBJSONView Raw
1{
2 "name": "dev-dep-web",
3 "version": "0.5.0",
4 "description": "Webpack + ESLint + Babel + Mocha",
5 "author": "dr-js",
6 "license": "MIT",
7 "keywords": [
8 "Dr",
9 "Dr-js",
10 "JavaScript"
11 ],
12 "repository": "github:dr-js/dev-dep",
13 "scripts": {
14 "// script ======================": "",
15 "script-base": "babel-node ./script quiet",
16 "script-pack": "babel-node ./script quiet pack",
17 "script-publish": "babel-node ./script pack publish",
18 "script-publish-dev": "babel-node ./script pack publish-dev",
19 "script-generate-spec": "babel-node ./script/generateSpec",
20 "// build =======================": "",
21 "build-library": "babel-node ./script/webpack.js production profile",
22 "build-library-dev": "babel-node ./script/webpack.js development watch",
23 "// test ========================": "",
24 "test": "npm run test-mocha",
25 "test-mocha": "mocha --require @babel/register \"source/**/*.test.js\"",
26 "// =============================": "",
27 "analyze-stat": "npx webpack-bundle-analyzer .temp-gitignore/profile-stat.json"
28 },
29 "engines": {
30 "node": "^8.12 || >=10.12",
31 "npm": ">=6"
32 },
33 "dependencies": {
34 "@babel/cli": "^7.1.2",
35 "@babel/core": "^7.1.2",
36 "@babel/node": "^7.0.0",
37 "@babel/plugin-proposal-class-properties": "^7.1.0",
38 "@babel/preset-env": "^7.1.0",
39 "@babel/register": "^7.0.0",
40 "babel-eslint": "^10.0.1",
41 "babel-loader": "^8.0.4",
42 "babel-plugin-minify-replace": "^0.5.0",
43 "babel-plugin-module-resolver": "^3.1.1",
44 "cross-env": "^5.2.0",
45 "eslint": "^5.8.0",
46 "eslint-config-standard": "^12.0.0",
47 "eslint-plugin-import": "^2.14.0",
48 "eslint-plugin-node": "^8.0.0",
49 "eslint-plugin-promise": "^4.0.1",
50 "eslint-plugin-standard": "^4.0.0",
51 "mocha": "^5.2.0",
52 "terser": "^3.10.11",
53 "webpack": "^4.25.0"
54 },
55 "sideEffects": false
56}