UNPKG

3.02 kBJSONView Raw
1{
2 "name": "sweetalert",
3 "version": "2.1.2",
4 "description": "A beautiful replacement for JavaScript's \"alert\"",
5 "main": "dist/sweetalert.min.js",
6 "types": "typings/sweetalert.d.ts",
7 "scripts": {
8 "build": "node_modules/.bin/webpack -p",
9 "buildtest": "npm run build && jest",
10 "test": "node_modules/.bin/jest",
11 "builddocs": "node_modules/jus/cli.js build docs-src docs",
12 "docs": "npm run build && node_modules/jus/cli.js serve docs-src",
13 "prepare": "npm run build && npm run builddocs",
14 "prepublishOnly": "npm run build"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/t4t5/sweetalert"
19 },
20 "keywords": [
21 "sweetalert",
22 "alert",
23 "modal",
24 "popup"
25 ],
26 "author": "Tristan Edwards <tristan.edwards@me.com> (https://tristanedwards.me)",
27 "license": "MIT",
28 "bugs": {
29 "url": "https://github.com/t4t5/sweetalert/issues"
30 },
31 "homepage": "https://sweetalert.js.org/",
32 "devDependencies": {
33 "@types/jest": "19.2.3",
34 "autoprefixer": "6.7.7",
35 "babel-core": "6.24.1",
36 "babel-loader": "6.4.1",
37 "babel-plugin-transform-es2015-modules-commonjs": "6.24.1",
38 "babel-plugin-transform-runtime": "6.23.0",
39 "babel-preset-env": "1.4.0",
40 "babel-preset-es2015": "6.24.1",
41 "babel-preset-react": "6.24.1",
42 "babel-standalone": "^6.26.0",
43 "babelify": "^6.0.2",
44 "browserify": "^9.0.8",
45 "copy-webpack-plugin": "^4.0.1",
46 "css-loader": "0.28.7",
47 "dts-bundle": "0.7.3",
48 "exports-loader": "0.6.4",
49 "expose-loader": "0.7.3",
50 "glob": "^5.0.3",
51 "jest": "19.0.2",
52 "jquery": "3.2.1",
53 "jus": "0.24.1",
54 "nodelist-foreach-polyfill": "^1.2.0",
55 "opencollective": "^1.0.3",
56 "path": "^0.11.14",
57 "postcss-color-function": "3.0.0",
58 "postcss-custom-properties": "5.0.2",
59 "postcss-easy-import": "2.0.0",
60 "postcss-loader": "1.3.3",
61 "postcss-nesting": "2.3.1",
62 "react": "15.5.4",
63 "react-dom": "15.5.4",
64 "source-map-loader": "0.2.1",
65 "sweetalert": "file:./",
66 "@sweetalert/with-react": "^0.1.1",
67 "style-loader": "0.18.2",
68 "ts-jest": "19.0.14",
69 "ts-loader": "2.0.3",
70 "tslint": "5.1.0",
71 "tslint-loader": "3.5.2",
72 "typescript": "2.2.2",
73 "vinyl-buffer": "^1.0.0",
74 "vinyl-source-stream": "^1.1.0",
75 "webpack": "3.5.5",
76 "webpack-bundle-analyzer": "2.9.0",
77 "webpack-dev-server": "2.4.2",
78 "webpack-merge": "4.1.0",
79 "whatwg-fetch": "^2.0.3"
80 },
81 "jest": {
82 "verbose": true,
83 "transform": {
84 "^.+\\.tsx?$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
85 },
86 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
87 "moduleFileExtensions": [
88 "ts",
89 "tsx",
90 "js",
91 "json"
92 ]
93 },
94 "files": [
95 "dist",
96 "LICENSE.md",
97 "README.md",
98 "typings"
99 ],
100 "dependencies": {
101 "es6-object-assign": "^1.1.0",
102 "promise-polyfill": "^6.0.2"
103 },
104 "collective": {
105 "type": "opencollective",
106 "url": "https://opencollective.com/SweetAlert"
107 }
108}