-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.21 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
{
"name": "@web-package/react-widgets",
"version": "1.0.0-beta11",
"description": "This is package that provides templates that can significantly reduce CSS development works in a react development environment.",
"author": "Dev Ttangkong",
"license": "Apache-2.0",
"repository": "https://github.com/MTtankkeo/react_widgets",
"bugs": "https://github.com/MTtankkeo/react_widgets/issues",
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"types": "dist/types/index.d.ts",
"type": "module",
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"keywords": [
"react",
"react-ui",
"react-package",
"react-widgets",
"template",
"widget",
"layout",
"animation",
"responsive",
"ui-components",
"component-library",
"frontend",
"client-side"
],
"devDependencies": {
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.2.24",
"rollup": "^4.20.0",
"rollup-cli": "^1.0.9",
"rollup-plugin-typescript2": "^0.36.0",
"terser": "^5.31.6",
"typescript": "^5.5.2"
},
"dependencies": {
"@web-package/utility": "^1.2.20"
}
}