|
4 | 4 | "description": "Calendar and events for NodeBB",
|
5 | 5 | "main": "library.js",
|
6 | 6 | "scripts": {
|
| 7 | + "lint": "eslint ./src/", |
7 | 8 | "test": "npm run lint && babel-node ./src/lib/tests",
|
8 | 9 | "babel": "babel src/lib --out-dir build/lib --source-maps",
|
9 | 10 | "build": "npm run babel && webpack --progress --mode=development && node ../nodebb/nodebb build -d",
|
10 | 11 | "build-production": "npm run babel && webpack --progress --mode=production",
|
11 |
| - "release": "npm run test && npm run build-production && npm version prerelease && npm publish", |
12 |
| - "lint": "eslint ./src/" |
| 12 | + "prepublishOnly": "rm -r ./build && npm run build-production && npm test" |
13 | 13 | },
|
14 | 14 | "repository": {
|
15 | 15 | "type": "git",
|
|
29 | 29 | },
|
30 | 30 | "homepage": "https://github.com/pitaj/nodebb-plugin-calendar#readme",
|
31 | 31 | "devDependencies": {
|
32 |
| - "@babel/cli": "^7.5.5", |
33 |
| - "@babel/core": "^7.5.5", |
34 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.5.5", |
35 |
| - "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
36 |
| - "@babel/plugin-transform-modules-commonjs": "^7.5.0", |
37 |
| - "babel-eslint": "^10.0.3", |
38 |
| - "babel-loader": "^8.0.6", |
39 |
| - "chalk": "^2.4.2", |
| 32 | + "@babel/cli": "^7.8.4", |
| 33 | + "@babel/core": "^7.9.6", |
| 34 | + "@babel/node": "^7.8.7", |
| 35 | + "@babel/parser": "^7.7.5", |
| 36 | + "@babel/plugin-proposal-object-rest-spread": "^7.9.6", |
| 37 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 38 | + "@babel/plugin-transform-modules-commonjs": "^7.9.6", |
| 39 | + "babel-eslint": "^10.1.0", |
| 40 | + "babel-loader": "^8.1.0", |
| 41 | + "chalk": "^4.0.0", |
40 | 42 | "del": "^5.1.0",
|
41 |
| - "eslint": "^6.3.0", |
42 |
| - "eslint-config-airbnb-base": "^14.0.0", |
| 43 | + "eslint": "^7.1.0", |
| 44 | + "eslint-config-airbnb-base": "^14.1.0", |
43 | 45 | "eslint-plugin-babel": "^5.3.0",
|
44 |
| - "eslint-plugin-import": "^2.18.2", |
45 |
| - "terser-webpack-plugin": "^1.4.1", |
46 |
| - "webpack": "^4.39.3", |
47 |
| - "webpack-cli": "^3.3.7" |
| 46 | + "eslint-plugin-import": "^2.20.2", |
| 47 | + "terser-webpack-plugin": "^3.0.1", |
| 48 | + "webpack": "^4.43.0", |
| 49 | + "webpack-cli": "^3.3.11" |
48 | 50 | },
|
49 | 51 | "dependencies": {
|
50 | 52 | "eonasdan-bootstrap-datetimepicker": "^4.17.47",
|
51 |
| - "fullcalendar": "^3.10.1", |
52 |
| - "moment": "^2.24.0", |
53 |
| - "source-map-support": "^0.5.13", |
54 |
| - "validator": "^11.1.0" |
| 53 | + "fullcalendar": "^3.10.2", |
| 54 | + "moment": "^2.26.0", |
| 55 | + "source-map-support": "^0.5.19", |
| 56 | + "validator": "^13.0.0" |
55 | 57 | },
|
56 | 58 | "nbbpm": {
|
57 |
| - "compatibility": "^1.13.0" |
| 59 | + "compatibility": "~1.13.0" |
58 | 60 | }
|
59 | 61 | }
|
0 commit comments