This repository was archived by the owner on Jan 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
73 lines (73 loc) · 2.32 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
{
"name": "jobbsb1",
"private": true,
"description": "Job openings at SpareBank 1",
"version": "0.1.0",
"author": "Anders Johnsen <anders.johnsen@sparebank1.no>",
"dependencies": {
"@sb1/ffe-buttons": "^13.0.7",
"@sb1/ffe-buttons-react": "^14.0.4",
"@sb1/ffe-cards": "^12.0.4",
"@sb1/ffe-cards-react": "^5.0.0",
"@sb1/ffe-context-message-react": "^9.0.5",
"@sb1/ffe-core": "^19.2.0",
"@sb1/ffe-core-react": "^7.1.4",
"@sb1/ffe-dropdown-react": "^5.1.7",
"@sb1/ffe-form": "^19.0.7",
"@sb1/ffe-grid": "^12.0.0",
"@sb1/ffe-grid-react": "^11.0.0",
"@sb1/ffe-icons-react": "^7.2.18",
"@sb1/ffe-lists-react": "^7.0.5",
"@sb1/ffe-message-box": "^12.0.1",
"@sb1/ffe-message-box-react": "^10.0.5",
"@sb1/ffe-webfonts": "^3.0.0",
"babel-jest": "^27.3.1",
"babel-preset-gatsby": "^2.0.0",
"classnames": "^2.3.1",
"clsx": "^2.0.0",
"gatsby": "^4.15.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-gdpr-cookies": "^2.0.9",
"gatsby-plugin-google-analytics": "^4.0.0",
"gatsby-plugin-less": "^6.0.0",
"gatsby-plugin-manifest": "^4.0.0",
"gatsby-plugin-offline": "^5.0.0",
"gatsby-plugin-react-helmet": "^5.0.0",
"gatsby-plugin-sharp": "^4.0.1",
"gatsby-remark-copy-linked-files": "^5.0.0",
"gatsby-remark-images": "^6.0.0",
"gatsby-source-filesystem": "^4.0.0",
"gatsby-source-medium": "^4.0.0",
"gatsby-source-rss-feed": "^1.2.2",
"gatsby-transformer-remark": "^5.0.0",
"gatsby-transformer-sharp": "^4.0.0",
"identity-obj-proxy": "^3.0.0",
"less": "^4.1.2",
"prettier": "^2.4.1",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-cookie-consent": "^8.0.1",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-timestamp": "^5.1.0",
"react-truncate": "^2.4.0",
"smooth-scroll": "^16.1.3",
"striptags": "^3.2.0"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby clean && gatsby develop",
"dev": "npm run develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"repository": {
"type": "git",
"url": "https://github.com/SpareBank1/jobbsb1"
},
"bugs": {
"url": "https://github.com/SpareBank1/jobbsb1/issues"
}
}