-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
{
"name": "@gatewayapps/ims-react-components",
"version": "0.7.4",
"main": "./dist/index.js",
"scripts": {
"prepublishOnly": "yarn build",
"bundle-scss": "scss-bundle -e ./src/Calendar/css/index.scss -o ./src/Calendar/css/bundle.scss",
"compile-scss": "sass ./src/Calendar/css/bundle.scss ./dist/Calendar/style.css",
"scss": "yarn bundle-scss && yarn compile-scss",
"build": "yarn tsc && yarn scss"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/node": "^12.7.12",
"@gatewayapps/ims-hub-services": "^0.7.1",
"@types/react": "^16.9.19",
"@types/styled-components": "^4.4.3",
"prettier": "^1.19.1",
"react": "^16.12.0",
"sass": "^1.37.5",
"scss-bundle": "^3.1.2",
"typescript": "^3.7.5"
},
"peerDependencies": {
"date-fns": "^2.22.1",
"@gatewayapps/ims-hub-services": "^0.7.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"styled-components": "^5.0.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.35",
"@fortawesome/free-solid-svg-icons": "^5.15.3",
"@fortawesome/react-fontawesome": "^0.1.14",
"classnames": "^2.2.6",
"date-fns": "^2.22.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"react-datepicker": "^3.8.0",
"react-tabs": "^3.2.2",
"react-use": "^12.3.1",
"styled-components": "^4.4.0",
"tslib": "^1.10.0"
},
"publishConfig": {
"access": "public"
}
}