forked from Manolo8/open-form
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "m-open-form",
"version": "2.0.0-alpha",
"sideEffects": "false",
"description": "",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build",
"src"
],
"scripts": {
"test": "jest",
"build": "tsc -p .",
"watch": "tsc -w"
},
"peerDependencies": {
"open-observable": "^1.1.11",
"react": "^18.1.0 || ^17.0.0",
"react-dom": "^18.1.0 || ^17.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/preset-react": "^7.16.0",
"@babel/preset-typescript": "^7.16.0",
"@testing-library/react": "^13.2.0",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-jest": "^27.4.2",
"eslint": "^8.3.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"jest": "^27.4.3",
"prettier": "^2.5.0",
"typescript": "^5.4.5"
},
"author": "Manolo8",
"license": "MIT",
"dependencies": {
"ts-simple-nameof": "^1.3.1"
}
}