-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 964 Bytes
/
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
{
"name": "stimulus-search-modal",
"version": "0.1.0",
"description": "A Stimulus controller to create a modal that allows users to search.",
"keywords": [
"stimulus",
"stimulusjs",
"stimulus controller",
"dropdown"
],
"repository": "[email protected]:mythcoders/stimulus-search-modal.git",
"bugs": {
"url": "https://github.com/mythcoders/stimulus-search-modal/issues"
},
"author": "Justin Adkins <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/mythcoders/stimulus-search-modal",
"private": false,
"scripts": {
"format": "prettier-standard '**/*.{ts,css,html}' --format",
"lint": "prettier-standard '**/*.{ts,css,html}' --lint",
"dev": "",
"prod": "",
"build": "",
"version": "yarn build"
},
"devDependencies": {
"@babel/core": "^7.14.0",
"prettier-standard": "16.4.1",
"stimulus": "^2.0.0"
},
"peerDependencies": {
"stimulus": "^2.0.0"
}
}