-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 962 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
38
39
{
"name": "@wxik/react-form",
"version": "0.5.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"description": "react form",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"homepage": "https://github.com/wxik/react-form",
"scripts": {
"build": "rollup -c",
"dev": "cd example && yarn dev"
},
"dependencies": {
"@nx-js/observer-util": "^4.3.0-alpha.2"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"@rollup/plugin-terser": "^0.4.3",
"@rollup/plugin-typescript": "^11.1.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.48.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^3.0.3",
"rollup": "^3.28.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.0.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"files": [
"dist",
"README.md"
]
}