-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
166 lines (166 loc) · 5.58 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
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
{
"name": "ddw-analyst-ui",
"version": "2.16.1",
"description": "The new and improved DDW Analyst UI interface",
"main": "index.js",
"scripts": {
"start": "grunt",
"dev": "grunt",
"build": "grunt build",
"test": "jest --coverage && python3 manage.py test --settings=ddw_analyst_ui.test_settings",
"test:docker": "jest --coverage && docker-compose run web python3 manage.py test --settings=ddw_analyst_ui.docker_test_settings",
"collectstatic": "python3 manage.py collectstatic --no-input",
"docker:build": "docker-compose up --build",
"docker:collectstatic": "docker-compose run web python3 manage.py collectstatic --no-input",
"emit": "tsc",
"lint": "eslint 'frontend/src/**/*.{ts,tsx}' --quiet && tsc --noEmit",
"coverage:ts": "NODE_ENV=test jest --coverage && codecov",
"coverage:py": "docker-compose run web python3 -m coverage run manage.py test --settings=ddw_analyst_ui.docker_test_settings && docker-compose run web python3 -m coverage xml && python3 -m codecov",
"cy:open": "cypress open",
"cy:run": "cypress run",
"cy:run-ci": "cypress run --config-file cypress.ci.config.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devinit/ddw-analyst-ui.git"
},
"husky": {
"hooks": {
"pre-push": "npm run test:docker",
"pre-commit": "lint-staged"
}
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/devinit/ddw-analyst-ui/issues"
},
"engines": {
"node": ">=16 <17",
"npm": ">=8"
},
"homepage": "https://github.com/devinit/ddw-analyst-ui#readme",
"devDependencies": {
"@babel/core": "^7.23.7",
"@babel/plugin-proposal-class-properties": "^7.17.12",
"@babel/plugin-proposal-object-rest-spread": "^7.18.9",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.18.6",
"@babel/preset-react": "^7.17.12",
"@babel/preset-typescript": "^7.23.3",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.1.2",
"@testing-library/react-hooks": "^7.0.2",
"@types/codemirror": "^5.60.5",
"@types/jest": "^28.1.7",
"@types/js-base64": "^3.3.1",
"@types/lodash": "^4.14.200",
"@types/papaparse": "^5.3.2",
"@types/react": "^18.0.15",
"@types/react-bootstrap": "^1.0.1",
"@types/react-dom": "^18.0.6",
"@types/react-paginate": "^7.1.1",
"@types/react-redux": "^7.1.24",
"@types/react-router-dom": "^5.3.3",
"@types/react-transition-group": "^4.4.5",
"@types/redux-immutable": "^4.0.6",
"@types/redux-logger": "^3.0.9",
"@types/string-similarity": "^4.0.0",
"@types/styled-components": "^5.1.26",
"@types/yup": "^0.29.14",
"babel-loader": "^9.1.3",
"core-js": "^3.22.6",
"css-loader": "^6.8.1",
"dot": "^1.1.3",
"dotenv-webpack": "^8.0.1",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-webpack": "^5.0.0",
"husky": "^8.0.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.1",
"jest-styled-components": "^7.1.1",
"jquery-extendext": "^1.0.0",
"jQuery-QueryBuilder": "^2.6.0",
"jshint": "^2.13.6",
"lint-staged": "^15.2.0",
"mini-css-extract-plugin": "^2.6.1",
"postcss-loader": "^7.2.4",
"prettier": "^2.7.1",
"react-test-renderer": "^18.1.0",
"react-toastify": "^10.0.4",
"sass": "^1.69.3",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.3",
"ts-jest": "^28.0.8",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-livereload-plugin": "^3.0.2",
"webpack-merge": "^5.10.0"
},
"dependencies": {
"@codemirror/highlight": "^0.19.7",
"@codemirror/lang-javascript": "^0.19.7",
"@codemirror/lang-sql": "^0.19.4",
"@codemirror/text": "^0.19.6",
"@dnd-kit/core": "^3.1.1",
"@dnd-kit/sortable": "^4.0.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@fortawesome/react-fontawesome": "^0.1.18",
"@react-querybuilder/bootstrap": "^4.5.2",
"@types/jshint": "^2.12.4",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^3.5.0",
"@uiw/react-codemirror": "^4.21.13",
"axios": "^1.6.5",
"buffer": "^6.0.3",
"classnames": "^2.5.1",
"codemirror": "^5.65.4",
"crypto-browserify": "^3.12.0",
"dotenv": "^16.3.1",
"formik": "^2.2.6",
"icheck-bootstrap": "^3.0.1",
"immutable": "^4.0.0-rc.12",
"js-base64": "^3.7.2",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"papaparse": "^5.3.2",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-bootstrap": "~1.6.5",
"react-dom": "^18.2.0",
"react-paginate": "^8.1.3",
"react-querybuilder": "^5.3.1",
"react-redux": "^8.0.7",
"react-resize-detector": "^7.0.0",
"react-router-dom": "^5.3.3",
"react-transition-group": "^4.4.5",
"redux-immutable": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-saga": "^1.1.3",
"semantic-ui-react": "^2.1.3",
"sql-formatter": "^6.1.1",
"stream-browserify": "^3.0.0",
"string-similarity": "^4.0.4",
"styled-components": "^6.1.8",
"typescript": "^4.7.4",
"yup": "^0.29.1"
},
"optionalDependencies": {
"cypress": "~13.2.0",
"fsevents": "^2.3.2"
},
"lint-staged": {
"frontend/src/**/*.{ts,tsx}": "eslint --cache --fix"
}
}