-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.43 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.43 KB
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
{
"name": "rss-template",
"private": true,
"homepage": "https://sourceflow-uk.github.io/rss-template",
"scripts": {
"build": "next build && next-sitemap && next export",
"dev": "next dev",
"lint": "next lint",
"start": "next start"
},
"dependencies": {
"@faker-js/faker": "^8.1.0",
"@next/env": "^13.5.4",
"@react-hook/media-query": "^1.1.1",
"@sourceflow-uk/job-search": "^3.5",
"@sourceflow-uk/sourceflow-head": "^1.1.5",
"@sourceflow-uk/sourceflow-sdk": "^0.13.0",
"@sourceflow-uk/sourceflowapplicationform": "^2.0.1",
"@sourceflow-uk/sourceflowform": "^1.5.4",
"@sourceflow-uk/sourceflowimage": "^0.2.3",
"@sourceflow-uk/sourceflowtext": "^0.1",
"bootstrap": "^5.3.2",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"lodash": "^4.17.21",
"next": "^13.5.4",
"next-compose-plugins": "^2.2.1",
"next-plugin-svgr": "^1.1.3",
"next-sitemap": "^4.2.3",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-bootstrap": "^2.9.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-share": "^4.4.1",
"react-slide-fade-in": "^1.0.9",
"react-visibility-sensor": "^5.1.1",
"sass": "^1.69.0",
"slug": "^8.2.2",
"unslug": "^0.1.0",
"xml2js": "^0.6.0"
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint-config-next": "^13.5.4",
"file-loader": "^6.2.0",
"gh-pages": "^6.0.0",
"prettier": "^3.0.3"
}
}