-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.42 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.42 KB
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
53
{
"name": "breakpicker",
"version": "0.0.1",
"description": "A datepicker",
"repository": {
"type": "git",
"url": "git@github.com:JhonM/breakpicker.git"
},
"devDependencies": {
"@parcel/packager-ts": "^2.2.1",
"@parcel/transformer-typescript-types": "^2.2.1",
"@testing-library/dom": "^8.11.3",
"@testing-library/user-event": "^13.5.0",
"@tsconfig/recommended": "^1.0.1",
"@types/jest": "^27.4.0",
"@types/ramda": "^0.29.3",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"@vanilla-extract/jest-transform": "^1.1.1",
"@vanilla-extract/parcel-transformer": "^1.0.0",
"eslint": "^8.8.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "29.3",
"lightningcss": "^1.21.5",
"parcel": "^2.2.1",
"prettier": "^2.5.1",
"ts-jest": "29.0.5",
"ts-node": "^10.4.0",
"typedoc": "^0.22.11",
"typescript": "^4.5.5"
},
"scripts": {
"start": "parcel index.html --open",
"build": "parcel build index.html",
"test": "jest",
"test:watch": "jest --watchAll",
"docs": "typedoc",
"verify": "tsc"
},
"keywords": [
"datepicker",
"breakpicker",
"calendar",
"package"
],
"author": "Jhon Majoor <jhonmajoor@gmail.com> (http://blancframe.com)",
"license": "MIT",
"dependencies": {
"@jhonm/blanc-vdom": "1.1.0",
"@vanilla-extract/css": "^1.11.0",
"ramda": "^0.29.0"
}
}