xref: /plugin/combo/package.json (revision c3437056399326d621a01da73b649707fbb0ae69)
1{
2    "name": "combo",
3    "version": "1.0.0",
4    "description": "combo",
5    "types": "./resources/library/combo/dist/types.d.ts",
6    "private": true,
7    "scripts": {
8        "watch": "parcel watch",
9        "build": "parcel build --target combo",
10        "test": "jest"
11    },
12    "devDependencies": {
13        "@babel/core": "^7.16.0",
14        "@babel/preset-env": "^7.16.0",
15        "@popperjs/core": "^2.10.2",
16        "@testing-library/dom": "^8.11.1",
17        "@testing-library/jest-dom": "^5.15.0",
18        "@testing-library/user-event": "^13.5.0",
19        "@types/bootstrap": "^5.1.6",
20        "babel-jest": "^27.3.1",
21        "bootstrap": "^5.1.3",
22        "jest": "^27.3.1",
23        "parcel": "^2.0.0"
24    },
25    "alias": {
26        "bootstrap": {
27            "global": "bootstrap"
28        }
29    },
30    "jest": {
31        "testEnvironment": "jsdom",
32        "testEnvironmentOptions": {
33            "userAgent": "Agent/007"
34        },
35        "setupFilesAfterEnv": [
36            "./resources/library/combo/jest/JestExtend.js"
37        ]
38    },
39    "browserslist": "> 0.5%, last 2 versions, not dead",
40    "combo": "./resources/library/combo/dist/combo.min.js",
41    "targets": {
42        "combo": {
43            "source": "./resources/library/combo/combo.js",
44            "context": "browser",
45            "outputFormat": "global",
46            "includeNodeModules": true,
47            "isLibrary": false
48        }
49    },
50    "dependencies": {
51        "nanoid": "^3.1.30"
52    },
53    "peerDependencies": {
54        "@popperjs/core": "^2.10.2",
55        "bootstrap": "^5.1.3"
56    }
57}
58