-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "elm-animate-height",
"version": "1.0.0",
"description": "Animate the height of a container to its contents",
"main": "index.js",
"directories": {
"example": "examples",
"test": "tests"
},
"scripts": {
"test": "elm-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Confidenceman02/elm-animate-height.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Confidenceman02/elm-animate-height/issues"
},
"homepage": "https://github.com/Confidenceman02/elm-animate-height#readme",
"devDependencies": {
"@playwright/test": "^1.36.1",
"@tsconfig/node12": "^1.0.11",
"@types/chai": "^4.3.3",
"@types/mocha": "^10.0.0",
"chai": "^4.3.6",
"elm": "^0.19.1-5",
"elm-analyse": "^0.16.5",
"elm-doc-preview": "^5.0.5",
"elm-test": "^0.19.1-revision9",
"mocha": "^10.0.0",
"playwright": "^1.36.1",
"prettier": "^2.7.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
}
}