forked from hydra-billing/homs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.22 KB
/
Copy pathpackage.json
File metadata and controls
72 lines (72 loc) · 2.22 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
{
"name": "homs",
"description": "Web application for order and business process management.",
"repository": "latera/homs",
"license": "Apache-2.0",
"scripts": {
"lint": "eslint 'app/javascript/**/*' 'hbw/app/javascript/**/*'",
"lint-fix": "eslint 'app/javascript/**/*' 'hbw/app/javascript/**/*' --fix",
"test": "jest --no-cache"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.3",
"@rails/webpacker": "^5.0.0",
"actioncable": "^5.2.4-1",
"bootstrap-multiselect": "0.9.13-1",
"bootstrap-sass": "^3.4.1",
"classnames": "^2.2.6",
"clean-webpack-plugin": "^3.0.0",
"date-fns": "^2.11.0",
"eonasdan-bootstrap-datetimepicker": "4.17.47",
"expose-loader": "^1.0.0",
"i18n-js": "^3.0.11",
"jquery": "^3.5.1",
"jquery-ujs": "^1.2.2",
"jquery.growl": "1.3.1",
"json-loader": "^0.5.7",
"lodash": "^4.17.15",
"modulejs": "2.2.0",
"moment": "2.27.0",
"non-digest-webpack-plugin": "^0.0.1",
"prop-types": "^15.6.2",
"qs": "^6.9.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-select": "^3.0.8",
"select2": "^4.0.6-rc.1",
"tooltip.js": "^1.3.0",
"url-polyfill": "^1.1.0",
"uuid": "^8.3.2",
"whatwg-fetch": "^3.0.0",
"yaml-loader": "^0.6.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.11.5",
"@babel/preset-env": "^7.6.3",
"@types/enzyme": "^3.10.8",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.15.1",
"eslint": "^7.5.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-react": "^7.11.1",
"jest": "^27.0.3",
"jest-junit": "^12.2.0",
"js-yaml": "^3.13.1",
"ts-jest": "^27.0.3",
"ts-loader": "^8.3.0",
"typescript": "^4.2.4",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
}
}