-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 894 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
{
"name": "stimulus-controllers",
"version": "0.1.0",
"description": "Personal collection of accessible and robust Stimulus controllers",
"main": "src/index.js",
"scripts": {
"playwright": "playwright test",
"serve": "serve src",
"test": "npm run test:ci",
"test:ci": "start-server-and-test serve http://localhost:3000/ playwright"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tsmd/stimulus-controllers.git"
},
"keywords": [],
"author": "SHIMADA Takayuki",
"license": "MIT",
"peerDependencies": {
"@floating-ui/dom": "^1.2.3",
"@hotwired/stimulus": "^3.1.0",
"a11y-dialog": "^7.5.1",
"eripusisu": "^1.3.1"
},
"devDependencies": {
"@playwright/test": "^1.35.1",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"serve": "^14.0.1",
"start-server-and-test": "^1.14.0"
}
}