-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.13 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "qcuicq",
"version": "1.0.17-beta-11.5",
"description": "Simple React UI component, developed with love by PGAN-MIS web team.",
"main": "dist/lib/index.js",
"module": "dist/lib/index.esm.js",
"type": "module",
"files": [
"dist/*.js",
"dist/*.css",
"dist/*.scss",
"dist/*.map",
"dist/**/*.js",
"dist/**/*.css",
"dist/**/*.scss",
"dist/**/*.map"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook",
"build-lib": "rollup -c"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pgadn/qcuicq.git"
},
"author": "Michael Jay Arizala",
"license": "MIT",
"bugs": {
"url": "https://github.com/pgadn/qcuicq/issues"
},
"homepage": "https://github.com/pgadn/qcuicq#readme",
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@rollup/plugin-node-resolve": "^13.2.1",
"@storybook/addon-actions": "^6.4.22",
"@storybook/addon-essentials": "^6.4.22",
"@storybook/addon-interactions": "^6.4.22",
"@storybook/addon-links": "^6.4.22",
"@storybook/preset-create-react-app": "^4.1.0",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.4.22",
"@storybook/testing-library": "0.0.10",
"babel-loader": "^8.2.5",
"css-loader": "^5.2.7",
"postcss-loader": "^6.2.1",
"postcss-scss": "^4.0.4",
"react": "^17.0.1",
"react-dom": "^17.0.2",
"rollup": "^2.70.2",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.42.1",
"sass-loader": "^10.2.1",
"style-loader": "^2.0.0"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.2",
"react-hook-form": "^7.29.0"
},
"dependencies": {
"classnames": "^2.3.1",
"postcss": "^8.4.12",
"react-hook-form": "^7.29.0",
"react-text-mask": "^5.4.3"
}
}