forked from DhiWise/dhiwise-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
137 lines (137 loc) · 3.84 KB
/
Copy pathpackage.json
File metadata and controls
137 lines (137 loc) · 3.84 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"name": "nodejs-code-generator",
"version": "0.0.0",
"private": true,
"author": {
"name": "DhiWise",
"url": "https://www.dhiwise.com"
},
"jest": {
"modulePathIgnorePatterns": [
"packages/server/output/*"
]
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-react-jsx": "^7.14.9",
"commitizen": "^4.2.4",
"conventional-github-releaser": "^3.1.2",
"cz-lerna-changelog": "^2.0.3",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.22.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react-hooks": "^4.2.0",
"lerna": "^4.0.0",
"react-app-rewire-aliases": "^0.2.0",
"react-app-rewired": "^2.1.8",
"react-error-overlay": "^6.0.9",
"supertest": "^6.1.6"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-lerna-changelog"
}
},
"dependencies": {
"@babel/parser": "^7.15.8",
"@babel/traverse": "^7.15.4",
"@dhiwise/icons": "^0.0.9",
"@monaco-editor/react": "^4.0.7",
"@reduxjs/toolkit": "^1.6.2",
"@tailwindcss/postcss7-compat": "^2.2.17",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"array-move": "^3.0.1",
"autoprefixer": "^10.3.7",
"axios": "^0.21.1",
"bson-objectid": "^2.0.1",
"cheerio": "^1.0.0-rc.6",
"classnames": "^2.3.1",
"compression": "^1.7.4",
"copy-to-clipboard": "^3.3.1",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.7",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"event-source-polyfill": "^1.0.25",
"express": "^4.17.1",
"faker": "^5.5.3",
"flat": "^5.0.2",
"formidable": "^2.0.1",
"fs-extra": "^10.0.0",
"immutability-helper": "^3.1.1",
"joi": "^17.4.0",
"jsonlint": "git+https://github.com/DhiWise/jsonlint",
"key-value-replace": "^3.0.0",
"lodash": "^4.17.20",
"memoize-one": "^6.0.0",
"minimatch": "^3.0.4",
"mkdirp": "^1.0.4",
"monaco-jsx-highlighter": "^1.1.8",
"mongodb": "^3.6.4",
"mongodb-memory-server": "^7.5.1",
"mongoose": "^6.2.5",
"morgan": "^1.10.0",
"omit-deep-lodash": "^1.1.5",
"path": "^0.12.7",
"pluralize": "^8.0.0",
"postcss": "^8.3.9",
"postcss-cli": "^9.0.1",
"postcss-custom-properties": "^12.0.0",
"postcss-import": "^14.0.2",
"postcss-nested": "^5.0.6",
"postman-collection": "^4.1.0",
"prop-types": "^15.7.2",
"randexp": "^0.5.3",
"rc-drawer": "^4.4.2",
"react": "^17.0.2",
"react-awesome-query-builder": "^4.7.0",
"react-content-loader": "^6.0.3",
"react-datepicker": "^4.2.1",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^9.5.1",
"react-dom": "^17.0.2",
"react-dropdown-tree-select": "git+https://github.com/DhiWise/react-dropdown-tree-select",
"react-helmet": "^6.1.0",
"react-hook-form": "^6.15.4",
"react-loadable": "^5.5.0",
"react-lottie": "^1.2.3",
"react-modal": "^3.14.3",
"react-popover": "^0.5.10",
"react-pro-sidebar": "^0.7.1",
"react-redux": "^7.2.5",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"react-scrollbar": "^0.5.6",
"react-select": "^5.1.0",
"react-sortable-hoc": "^2.0.0",
"react-table": "^7.7.0",
"react-tabs": "^3.2.2",
"react-tiny-popover": "^7.0.1",
"react-toast-notifications": "^2.5.1",
"react-tooltip": "^4.2.21",
"react-virtualized-auto-sizer": "^1.0.6",
"react-window": "^1.8.6",
"react-window-infinite-loader": "^1.0.7",
"readline": "^1.3.0",
"recoil": "^0.4.1",
"redux-persist": "^6.0.0",
"redux-persist-transform-encrypt": "^3.0.1",
"snake-case": "^3.0.4",
"sorted-object": "^2.0.1",
"tailwindcss": "^2.2.17",
"three": "^0.137.0",
"use-onclickoutside": "^0.4.0",
"uuid": "^8.3.2",
"valid-url": "^1.0.9",
"validate.js": "^0.13.1",
"web-vitals": "^1.1.2"
}
}