-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.83 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
{
"name": "sally-northmore-portfolio-site",
"version": "1.0.0",
"private": true,
"description": "sally-northmore-portfolio-site",
"author": "Sally Northmore",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint:css": "stylelint src/**/*.styles.ts --color"
},
"dependencies": {
"@mdx-js/react": "^3.0.1",
"@signal-noise/stylelint-scales": "^2.0.3",
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.13.5",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-mdx": "^5.13.1",
"gatsby-plugin-netlify": "^5.1.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"styled-components": "^6.1.11",
"stylelint": "^16.7.0",
"stylelint-config-recommended": "^14.0.1",
"stylelint-declaration-block-no-ignored-properties": "^2.8.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-no-unsupported-browser-features": "^8.0.1",
"stylelint-order": "^6.0.4",
"stylelint-processor-styled-components": "^1.10.0"
},
"devDependencies": {
"@types/node": "^20.11.19",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.19",
"babel-eslint": "^10.1.0",
"eslint": "^9.6.0",
"eslint-plugin-react": "^7.34.3",
"eslint-webpack-plugin": "^4.2.0",
"gatsby-plugin-eslint": "^4.0.4",
"typescript": "^5.5.3"
}
}