This repository was archived by the owner on Apr 11, 2025. It is now read-only.
forked from alertifyjs/alertify.js
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.64 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.64 KB
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
{
"name": "@labeg/alertify.js",
"description": "An lightweight, unobtrusive customizable JavaScript notification system.",
"version": "2.0.102",
"homepage": "https://labeg.github.io/alertify.js/",
"main": "dist/js/alertify.js",
"typings": "dist/js/alertify.d.ts",
"author": "Fabien Doiron <fabien.doiron@gmail.com> (http://fabien-d.github.io/)",
"keywords": [
"alertify",
"alertifyjs",
"alertify.js",
"notifications",
"alert"
],
"scripts": {
"cs:eslint": "eslint --fix -c .eslintrc.js --ext .tsx,.ts,.jsx,.js ./src/",
"cs:stylelint": "stylelint --fix ./src/**/*.scss",
"cs": "concurrently \"npm run cs:eslint\" \"npm run cs:stylelint\"",
"test": "karma start karma.conf.js",
"build": "rm -rf dist/ && tsc && rollup -c --bundleConfigAsCjs",
"prepublishOnly": "npm version patch"
},
"repository": "git@github.com:LabEG/alertify.js.git",
"devDependencies": {
"@labeg/code-style": "^2.0.74",
"@rollup/plugin-commonjs": "^25.0.2",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-typescript": "^11.1.1",
"autoprefixer": "^10.4.14",
"concurrently": "^8.2.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-commonjs": "^1.0.0",
"karma-coverage": "^2.2.1",
"karma-coveralls": "^2.1.0",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "^5.1.0",
"karma-sauce-launcher": "^4.3.6",
"postcss": "^8.4.24",
"rollup": "^3.25.2",
"rollup-plugin-postcss": "^4.0.2",
"@rollup/plugin-terser": "^0.4.3",
"sass": "^1.63.6",
"stylelint-config-standard-scss": "^9.0.0",
"typescript": "^5.1.3"
},
"license": "MIT"
}