forked from freelawproject/recap-chrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "recap-chrome",
"version": "1.3.0-alpha",
"description": "RECAP improves the experience of using PACER, the online public acces system for the U.S. federal courts",
"main": " ",
"scripts": {
"build": "node dev/build.js",
"dev": "NODE_ENV=development node dev/webserver.js",
"test": "jest",
"test:watch": "npm run test -- --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/freelawproject/recap-chrome.git"
},
"author": "",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/freelawproject/recap-chrome/issues"
},
"homepage": "https://github.com/freelawproject/recap-chrome#readme",
"dependencies": {
"bootstrap": "^4.5.0",
"date-fns": "^2.15.0",
"jquery": "~3.5.1",
"popper.js": "^1.16.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"babel-jest": "^26.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^6.0.3",
"css-loader": "^4.2.1",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"fetch-mock-jest": "^1.3.0",
"file-loader": "^6.0.0",
"fs-extra": "^9.0.1",
"html-loader": "^1.1.0",
"html-webpack-harddisk-plugin": "^1.0.2",
"html-webpack-plugin": "^4.3.0",
"jest": "^26.4.0",
"jest-chrome": "^0.7.0",
"jest-fetch-mock": "^3.0.3",
"prettier": "^2.0.5",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0",
"write-file-webpack-plugin": "^4.5.1"
}
}