-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.16 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
{
"name": "@revibe-dev/revibe-component-library",
"version": "1.0.7",
"description": "A component library built for sharing components to all the Revibe websites (main site, Aritst Portal, etc.).",
"main": "./lib/index.js",
"browser": "lib/index.umd.js",
"module": "lib/index.es.js",
"scripts": {
"test": "jest",
"docs": "styleguidist server",
"build": "styleguidist build",
"build-lib": "rollup -c",
"prepublishOnly": "rm -rf lib && npm run build-lib"
},
"keywords": [
"revibe",
"components",
"react"
],
"author": "Revibe Developer Team",
"license": "MIT",
"peerDependencies": {
"@emotion/core": "10.x",
"@emotion/styled": "10.x",
"react": "^16.x",
"react-dom": "^16.x",
"reactstrap": "^8.x",
"@revibe-dev/revibe-blk-system-styles": "^1.x",
"react-bootstrap-switch": "^15.x"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@fortawesome/fontawesome-free": "^5.13.1",
"@revibe-dev/revibe-blk-system-styles": "^1.2.1",
"@testing-library/react": "^10.4.5",
"babel-loader": "^8.1.0",
"babel-plugin-module-resolver": "^4.0.0",
"css-loader": "^3.6.0",
"file-loader": "^6.0.0",
"jest": "^26.1.0",
"jest-emotion": "^10.0.32",
"node-sass": "^4.14.1",
"nouislider": "^14.6.0",
"postcss-loader": "^3.0.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-bootstrap-switch": "^15.5.3",
"react-dom": "^16.13.1",
"react-select": "^3.1.0",
"react-styleguidist": "^11.0.8",
"react-tagsinput": "^3.19.0",
"reactstrap": "^8.5.1",
"rollup": "^2.23.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.3",
"rollup-plugin-terser": "^7.0.0",
"rollup-plugin-uglify": "^6.0.4",
"rsg-components": "^3.0.0",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0"
},
"dependencies": {}
}