-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.25 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
{
"name": "deckstar-portfolio",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop",
"lint": "yarn prettier:all --check && yarn eslint .",
"lint:fix": "yarn eslint --fix . && yarn prettier:all --write",
"prettier:all": "prettier --ignore-path .eslintignore \"**/*.{js,jsx,ts,tsx,graphql,md}\"",
"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",
"deploy": "yarn build --prefix-paths && yarn gh-pages -d public",
"postinstall": "yarn dedupe"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.2",
"dayjs": "^1.11.0",
"gatsby": "^4.25.7",
"gatsby-plugin-image": "^2.10.1",
"gatsby-plugin-react-helmet-async": "^1.2.1",
"gatsby-plugin-react-i18next": "^1.2.2",
"gatsby-plugin-sass": "^5.10.2",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-source-dev": "^0.1.4",
"gatsby-source-filesystem": "^4.10.1",
"gatsby-transformer-json": "^4.10.0",
"gatsby-transformer-sharp": "^4.10.0",
"gh-pages": "^3.2.3",
"i18next": "^19.9.2",
"lodash": "^4.17.21",
"masonic": "^3.6.4",
"react": "^17.0.2",
"react-dom": "^16.14.0",
"react-helmet-async": "^1.2.3",
"react-i18next": "^11.16.2",
"sass": "^1.49.9",
"tss-react": "^3.6.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"eslint_d": "^10.1.3",
"prettier": "2.6.1",
"typescript": "^4.6.3"
},
"repository": {
"type": "git",
"url": "https://github.com/Deckstar/deckstar.github.io"
},
"packageManager": "[email protected]"
}