-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "@ui-pack/react",
"version": "0.0.10",
"description": "React ui-pack",
"main": "index.js",
"scripts": {
"test": "jest",
"nyc": "nyc npm test",
"coverage": "jest --coverage",
"build": "rollup -c",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ui-pack/react.git"
},
"keywords": [
"ui",
"react",
"components",
"utility",
"frontend"
],
"author": "Joseph Rex",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ui-pack/react/issues"
},
"homepage": "https://github.com/ui-pack/react#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@rollup/plugin-babel": "^5.2.2",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.1.0",
"@storybook/addon-actions": "^6.1.15",
"@storybook/addon-essentials": "^6.1.15",
"@storybook/addon-links": "^6.1.15",
"@storybook/react": "^6.1.15",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.6.0",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"msw": "^0.24.3",
"rollup-plugin-multi-input": "^1.2.0",
"whatwg-fetch": "^3.5.0"
},
"dependencies": {
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-spring": "^8.0.27",
"react-use-gesture": "^9.0.0",
"styled-components": "^5.2.1",
"typable-react": "^0.0.15"
}
}