-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
99 lines (99 loc) · 2.75 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "dom-helpers",
"version": "5.2.1",
"description": "tiny modular DOM lib for ie9+",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-bootstrap/dom-helpers.git"
},
"license": "MIT",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
"keywords": [
"dom-helpers",
"react-component",
"dom",
"api",
"cross-browser",
"style",
"event",
"height",
"width",
"dom-helpers",
"class",
"classlist",
"css"
],
"scripts": {
"test": "karma start --single-run",
"tdd": "karma start",
"check:size": "rollup -c",
"build:pick": "cherry-pick --name=dom-helpers --cwd=lib --input-dir=../src --cjs-dir=cjs --esm-dir=esm",
"build": "rimraf lib && node_modules/.bin/build src && yarn build:pick",
"prepublishOnly": "yarn build",
"lint": "tsc -p ./ --noEmit && eslint src test",
"release": "rollout"
},
"publishConfig": {
"directory": "lib"
},
"release": {
"conventionalCommits": true
},
"dependencies": {
"@babel/runtime": "^7.8.7",
"csstype": "^3.0.2"
},
"devDependencies": {
"@4c/build": "^2.3.1",
"@4c/rollout": "^2.2.1",
"@4c/tsconfig": "^0.3.1",
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.0",
"@babel/preset-typescript": "^7.13.0",
"@react-bootstrap/babel-preset": "^1.2.0",
"@react-bootstrap/eslint-config": "^1.3.2",
"@react-bootstrap/eslint-config-typescript": "^2.0.1",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"cherry-pick": "^0.5.0",
"eslint": "^7.25.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-mocha": "^8.1.0",
"eslint-plugin-react": "^7.23.2",
"expect.js": "^0.3.1",
"jquery": "^3.6.0",
"karma": "^6.3.2",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "~2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"karma-sourcemap-loader": "^0.3.8",
"karma-webpack": "^4.0.2",
"mocha": "^8.4.0",
"rimraf": "^3.0.2",
"rollup": "^2.47.0",
"rollup-plugin-size-snapshot": "^0.12.0",
"rollup-plugin-typescript": "^1.0.1",
"simulant": "^0.2.2",
"sinon": "^9.2.4",
"typescript": "^4.2.4",
"webpack": "^4.46.0"
},
"bugs": {
"url": "https://github.com/react-bootstrap/dom-helpers/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/react-bootstrap/dom-helpers#readme",
"_id": "dom-helpers@5.2.0"
}