-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
72 lines (72 loc) · 2.2 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "@flasher/flasher-js",
"type": "module",
"version": "1.1.0",
"description": "PHPFlasher javascript monorepo",
"keywords": [
"PHPFlasher",
"flash messages",
"javascript",
"notification",
"notify",
"noty",
"notyf",
"php flasher",
"plugin",
"pnotify",
"sweetalert",
"toast",
"yoeunes"
],
"author": "younes KHOUBZA <[email protected]>",
"license": "MIT",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "NODE_ENV=production lerna exec -- rollup -c ../../rollup.config.js",
"dev": "NODE_ENV=development lerna exec -- rollup -c ../../rollup.config.js",
"watch": "NODE_ENV=development lerna exec --parallel -- rollup -c ../../rollup.config.js --watch",
"clean": "lerna run clean",
"publish": "lerna publish from-package --yes",
"version": "lerna version --no-private --conventional-commits --conventional-graduate --create-release github --force-publish --yes",
"lint": "eslint . --ext .ts --fix"
},
"bugs": {
"url": "https://github.com/php-flasher/flasher-js/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/php-flasher/flasher-js.git"
},
"devDependencies": {
"@babel/core": "^7.22.1",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"@typescript-eslint/parser": "^5.59.9",
"cssnano": "^6.0.1",
"eslint": "^8.42.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^6.6.2",
"node-sass": "^9.0.0",
"postcss-discard-comments": "^6.0.0",
"rollup": "^3.23.1",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-filesize": "^10.0.0",
"rollup-plugin-styles": "^4.0.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.34.1",
"ts-node": "^10.9.1",
"tslib": "^2.5.3",
"typescript": "^5.1.3"
}
}