-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.75 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
{
"name": "tfwm-cycle-hire-subsidies",
"version": "1.0.0",
"description": "Cycle Hire Subsidies Application Form",
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"test": "jest",
"format": "prettier --write \"src/**/*.{js,jsx}\"",
"lint": "eslint \"src/**/*.{js,jsx}\" --quiet"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wmcadigital/tfwm-cycle-hire-subsidies.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wmcadigital/tfwm-cycle-hire-subsidies/issues"
},
"homepage": "https://github.com/wmcadigital/tfwm-cycle-hire-subsidies#readme",
"devDependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@parcel/transformer-sass": "^2.4.1",
"@testing-library/dom": "^8.13.0",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"eslint": "^7.18.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^26.1.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.5.1",
"parcel": "^2.4.1",
"prettier": "^2.6.2",
"process": "^0.11.10",
"react-test-renderer": "^18.0.0"
},
"browserslist": [
"last 2 versions"
],
"dependencies": {
"@swc/helpers": "^0.3.8",
"final-form": "^4.20.6",
"prop-types": "^15.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dropzone": "11.3.4",
"react-final-form": "^6.5.9",
"react-ga": "^3.3.1",
"react-router-dom": "^6.3.0",
"regenerator-runtime": "^0.13.9"
},
"jest": {
"testEnvironment": "jsdom"
}
}