-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 940 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
36
37
{
"name": "functional-programming",
"version": "2.0.0",
"description": "functional-programming",
"files": [],
"scripts": {
"lint": "tslint -p .",
"build": "tsc -p ./tsconfig.json"
},
"repository": {
"type": "git",
"url": "https://github.com/gcanti/functional-programming.git"
},
"author": "Giulio Canti <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gcanti/functional-programming/issues"
},
"homepage": "https://github.com/gcanti/functional-programming",
"dependencies": {
"@types/react": "^17.0.3",
"fast-check": "^2.12.1",
"fp-ts": "^2.10.4",
"react": "^17.0.2"
},
"devDependencies": {
"@types/node": "^12.6.8",
"prettier": "^2.2.1",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"tslint-etc": "^1.13.9",
"tslint-immutable": "^6.0.1",
"typescript": "^4.2.4"
},
"tags": [],
"keywords": []
}