-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
101 lines (101 loc) · 3.38 KB
/
Copy pathpackage.json
File metadata and controls
101 lines (101 loc) · 3.38 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"name": "root",
"private": true,
"version": "1.0.2",
"scripts": {
"lint": "eslint .",
"lintPath": "eslint",
"lintFix": "eslint . --fix",
"build-lib": "cd packages/ra-bworks-lib3 && yarn -s build-export",
"run-api": "cd packages/bworks-api && yarn -s start",
"run-emp": "cd packages/employer-web && yarn -s start",
"build-emp": "cd packages/employer-web && yarn -s build",
"run-jsk": "cd packages/job-seeker-web && yarn -s start",
"run-cms": "cd packages/cms-web && yarn -s start",
"build-jsk": "cd packages/job-seeker-web && yarn -s build",
},
"devDependencies": {
"@transactionfee-ui/core": "^4.9.2",
"@transactionfee-ui/icons": "^4.9.1",
"@transactionfee-ui/lab": "^4.0.0-alpha.42",
"@transactionfee-ui/pickers": "^3.2.10",
"@types/lodash": "^4.14.118",
"@types/react-redux": "^6.0.10",
"@types/recompose": "^0.30.0",
"babel-cli": "~6.26.0",
"babel-core": "~6.26.3",
"babel-eslint": "~10.0.1",
"babel-plugin-add-module-exports": "~1.0.0",
"babel-plugin-dynamic-import-webpack": "~1.1.0",
"babel-plugin-syntax-trailing-function-commas": "~6.22.0",
"babel-plugin-transform-builtin-extend": "~1.1.2",
"babel-plugin-transform-class-properties": "~6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-export-extensions": "~6.22.0",
"babel-plugin-transform-object-rest-spread": "~6.26.0",
"babel-plugin-transform-react-jsx": "~6.24.1",
"babel-plugin-transform-runtime": "~6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "~1.7.0",
"babel-preset-react": "~6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-register": "~6.26.0",
"cheerio": "~1.0.0-rc.2",
"classnames": "^2.2.6",
"cross-env": "^5.2.0",
"cssnano": "^4.1.0",
"eslint": "^5.7.0",
"eslint-config-bworks-lib": "^12.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-loader": "^2.1.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.11.1",
"event-source-polyfill": "^1.0.12",
"line-reader": "^0.4.0",
"transactionfee-ui-chip-input": "^1.1.0",
"prettier": "^1.13.4",
"prettier-eslint-cli": "~4.7.1",
"react": "~16.8.0",
"react-country-flag": "^1.0.2",
"react-design-editor": "^0.0.21",
"react-dom": "~16.8.0",
"react-full-screen": "^0.2.4",
"react-hot-loader": "^4.3.6",
"react-image-lightbox": "^5.1.0",
"react-sticky-el": "^1.1.0",
"reactotron-redux": "^2.1.3",
"recharts": "^1.5.0",
"redux": "^4.0.1",
"redux-form": "^7.4.2",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"webpack-manifest-plugin": "^2.0.4"
},
"workspaces": [
"packages/*",
"libs/*"
],
"dependencies": {
"@date-io/moment": "^1.3.13",
"async-lock": "^1.1.3",
"basic-authorization-header": "^0.2.7",
"geojson": "1.0.0",
"bworks-lib-connector-rest": "^3.4.1",
"moment-timezone": "^0.5.27",
"nodemailer-smtp-transport": "^2.7.4",
"polybooljs": "^1.2.0",
"react-google-charts": "^3.0.15",
"react-spring": "^8.0.27",
"slugify": "^1.3.6",
"systeminformation": "^3.54.0",
"urlencode": "^1.1.0"
},
"resolutions": {
"**/**/lodash": "^4.17.12",
"**/**/growl": "^1.10.2",
"**/**/js-yaml": "^3.13.1"
}
}