-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 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
{
"name": "@infusedui/form",
"version": "2.3.3",
"description": "",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
"private": false,
"repository": {
"type": "git",
"url": "git+https://github.com/infusedui/form.git"
},
"files": [
"dist"
],
"scripts": {
"rollup": "rollup -c --bundleConfigAsCjs",
"test": "echo \"Error: no test specified\" && exit 1",
"pub": "rollup -c --bundleConfigAsCjs && npm publish"
},
"publishConfig": {
"@infusedui:registry": "https://npm.pkg.github.com"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.8",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.6",
"@types/react": "^18.3.3",
"framer-motion": "^11.2.10",
"react": "^18.3.1",
"react-router-dom": "^6.23.1",
"rollup": "^4.22.4",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sass": "^1.12.22",
"rollup-plugin-scss": "^3.0.0",
"sass": "^1.77.4",
"scss": "^0.2.4",
"simplebar-react": "^3.2.5",
"tslib": "^2.6.2",
"typed-scss-modules": "^8.0.1",
"typescript": "^5.4.5"
},
"dependencies": {
"@infusedui/core": "^1.6.0",
"react-drag-drop-files": "^2.3.10",
"ldrs": "^1.0.2"
}
}