generated from minutemailer/library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "@minutemailer/select",
"version": "0.0.17",
"description": "Headless select box for React with fuzzy search and keyboard navigation",
"source": "src/index.js",
"main": "dist/main.js",
"module": "dist/module.js",
"sideEffects": false,
"files": [
"dist/main.js",
"dist/main.js.map",
"dist/module.js",
"dist/module.js.map"
],
"scripts": {
"start": "parcel example/index.html --dist-dir output",
"watch": "parcel watch",
"build": "parcel build",
"test": "vitest",
"coverage": "vitest --run --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/minutemailer/select.git"
},
"keywords": [
"javascript",
"select",
"react",
"fuzzy"
],
"author": "Minutemailer",
"license": "MIT",
"bugs": {
"url": "https://github.com/minutemailer/library/issues"
},
"homepage": "https://github.com/minutemailer/library#readme",
"devDependencies": {
"@minutemailer/facade": "^0.3.4",
"@parcel/transformer-sass": "^2.12.0",
"@vitest/coverage-c8": "^0.29.8",
"parcel": "^2.12.0",
"prettier": "^3.3.2",
"process": "^0.11.10",
"vitest": "^2.0.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}