-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.82 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
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "api.sunesis.si",
"private": true,
"description": "KumuluzAPI website.",
"version": "0.1.0",
"author": "Timotej Kosir",
"dependencies": {
"@fontsource/asap": "^5.2.9",
"@fontsource/roboto": "^5.2.9",
"@fontsource/rubik": "^5.2.8",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@netlify/plugin-csp-nonce": "^1.6.2",
"bootstrap": "^5.3.3",
"gatsby": "^5.16.1",
"gatsby-plugin-csp": "^1.1.4",
"gatsby-plugin-image": "^3.16.0",
"gatsby-plugin-manifest": "^5.16.0",
"gatsby-plugin-offline": "^6.16.0",
"gatsby-plugin-react-helmet": "^6.16.0",
"gatsby-plugin-react-i18next": "^3.0.1",
"gatsby-plugin-sass": "^6.16.0",
"gatsby-plugin-sharp": "^5.16.0",
"gatsby-source-filesystem": "^5.16.0",
"gatsby-transformer-sharp": "^5.16.0",
"i18next": "^22.5.1",
"prop-types": "^15.8.1",
"pure-react-carousel": "^1.30.1",
"react": "^18.3.1",
"react-bootstrap": "^2.10.6",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-i18next": "^12.3.1",
"react-multi-carousel": "^2.8.5",
"sass": "^1.83.0",
"smooth-scroll": "^16.1.3"
},
"devDependencies": {
"prettier": "^3.4.2"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}