-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
62 lines (62 loc) · 2.12 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
{
"name": "edd",
"version": "2.7.0",
"description": "TypeScript code for the Experiment Data Depot front-end.",
"private": true,
"dependencies": {},
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@popperjs/core": "^2.11.4",
"@types/d3": "^7.1.0",
"@types/dropzone": "^5.7.4",
"@types/jest": "^27.4.1",
"@types/jquery": "^3.5.14",
"@types/jqueryui": "^1.12.16",
"@types/node": "^17.0.23",
"@types/reconnectingwebsocket": "^1.0.7",
"@typescript-eslint/eslint-plugin": "^5.18.0",
"@typescript-eslint/parser": "^5.18.0",
"ajv": "^8.0.0",
"bootstrap": "^3.3.7",
"classnames": "^2.3.1",
"css-loader": "^6.7.1",
"d3": "^7.4.2",
"eslint": "^8.12.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-webpack-plugin": "^3.1.1",
"file-loader": "^6.2.0",
"handsontable": "^10.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jquery": "^3.6.0",
"jquery-ui": "^1.13.1",
"mini-css-extract-plugin": "^2.6.0",
"prettier": "^2.6.2",
"promise": "^8.1.0",
"reconnecting-websocket": "^4.4.0",
"select2": "^4.1.0-rc.0",
"style-loader": "^3.3.1",
"ts-jest": "^27.1.4",
"ts-loader": "^9.2.8",
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"url-loader": "^4.1.1",
"webpack": "^5.71.0",
"webpack-cli": "^4.9.2"
},
"scripts": {
"build": "webpack --progress --color --mode production",
"local": "webpack --progress --color --mode production --config typescript/webpack.config.js",
"watch": "webpack --progress --color --watch --config typescript/webpack.config.js",
"test": "jest",
"localtest": "jest --config typescript/jest.config.js"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:7999/edd/edd-django.git"
},
"author": "WCMorrell",
"license": "UNLICENSED"
}