forked from dequelabs/combobo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.35 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
{
"name": "combobo",
"version": "2.0.4",
"description": "Accessible combobox widget/plugin",
"main": "dist/combobo.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack --watch",
"test": "vitest",
"test:ui": "vitest --ui",
"test:coverage": "vitest run --coverage",
"test:e2e": "cypress run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/combobo.git"
},
"author": "Harris Schneiderman",
"license": "MIT",
"bugs": {
"url": "https://github.com/dequelabs/combobo/issues"
},
"homepage": "https://github.com/dequelabs/combobo#readme",
"devDependencies": {
"@swc/core": "^1.6.6",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"browserify": "^14.1.0",
"c8": "^10.1.2",
"chai": "^3.5.0",
"classlist": "^1.0.1",
"component-emitter": "^1.3.1",
"cypress": "^13.13.0",
"eslint": "^3.19.0",
"extend-shallow": "^2.0.1",
"happy-dom": "^14.12.0",
"live-region": "^1.0.0",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"scrollto-element": "^1.0.4",
"simulant": "^0.2.2",
"stringify": "^5.1.0",
"swc-loader": "^0.2.6",
"uglifyjs-webpack-plugin": "^1.3.0",
"vitest": "^1.6.0",
"webpack": "^3.11.0"
}
}