forked from DDDEastMidlandsLimited/dddem-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
81 lines (81 loc) · 2.27 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
{
"name": "dddeastmidlands",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier:check": "prettier --check \"**/*.js\"",
"prettier:fix": "prettier --write \"**/*.js\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"pa11y": "node ./pa11y/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.16",
"bootstrap": "^5.1.3",
"next": "^12.0.7",
"next-pwa": "^5.4.1",
"perfume.js": "^6.3.0",
"react": "^17.0.2",
"react-bootstrap": "^2.0.3",
"react-dom": "^17.0.2",
"react-ga": "^3.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.0",
"@testing-library/jest-dom": "^5.15.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"babel-core": "^6.26.3",
"babel-jest": "^27.4.2",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^7.32.0",
"eslint-config-next": "^12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"glob": "^7.2.0",
"globby": "^11.0.4",
"husky": "^7.0.4",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^9.0.0",
"jest": "^27.4.3",
"jest-transform-css": "^3.0.0",
"next-compose-plugins": "^2.2.1",
"next-optimized-images": "^2.6.2",
"pa11y": "^6.1.1",
"pa11y-ci": "^3.0.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.2",
"webpack": "^5.64.4",
"webpack-cli": "^4.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/DDDEastMidlandsLimited/dddem-web.git"
},
"bugs": {
"url": "https://github.com/DDDEastMidlandsLimited/dddem-web/issues"
},
"husky": {
"hooks": {
"pre-commit": "pretty-quick --staged"
}
}
}