-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"version": "0.0.159",
"repository": {
"type": "git",
"url": "https://github.com/btrauma8/jrad-tools"
},
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"engines": {
"node": ">=10"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build && yarn copyCss",
"test": "tsdx test --passWithNoTests",
"lint": "tsdx lint",
"removed.prepare": "tsdx build && yarn copyCss",
"copyCss": "cpy dist/assets/jrad-*.css dist --rename=jrad.css"
},
"peerDependencies": {
"react": ">=16",
"rxjs": "^6.5.5"
},
"dependencies": {
"date-fns": "^2.16.1",
"react-select": "^3.1.0",
"react-router-dom": "6.1.1",
"react-calendar": "3.1.0",
"@popperjs/core": "2.5.2",
"react-popper": "2.2.3",
"source-map": "^0.8.0-beta.0"
},
"resolutions": {
"source-map": "^0.8.0-beta.0"
},
"husky": {
"hooks": {
"none-pre-commit": "tsdx lint"
}
},
"prettier": {
"printWidth": 80,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
},
"name": "jrad-tools",
"author": "btrauma8",
"module": "dist/jrad-tools.esm.js",
"devDependencies": {
"cpy-cli": "3.1.1",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.8",
"@types/react-select": "3.0.13",
"husky": "^4.3.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"rollup-plugin-copy": "3.3.0",
"rollup-plugin-copy-assets": "2.0.1",
"rollup-plugin-css-only": "^2.1.0",
"rollup-plugin-css-porter": "1.0.2",
"rollup-plugin-postcss": "^3.1.8",
"rollup-plugin-styles": "3.10.0",
"tsdx": "^0.13.3",
"tslib": "^2.0.1",
"typescript": "3.9.7",
"@types/react-calendar": "3.1.1"
}
}