-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 937 Bytes
/
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
{
"name": "about-us",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "next dev",
"build": "next build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/guardian/about-us.git"
},
"keywords": [
"react",
"node",
"typescript",
"nextjs"
],
"license": "ISC",
"homepage": "https://github.com/guardian/about-us#readme",
"dependencies": {
"@emotion/react": "^11.13.0",
"@guardian/eslint-plugin-source-foundations": "18.0.1",
"@guardian/eslint-plugin-source-react-components": "24.0.1",
"@guardian/libs": "16.1.4",
"@guardian/ophan-tracker-js": "2.2.2",
"@guardian/source-foundations": "14.2.2",
"@guardian/source-react-components": "22.1.0",
"@types/node": "20.14.9",
"@types/react": "18.3.12",
"next": "14.2.14",
"prettier": "3.3.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "~5.3.3"
}
}