-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.58 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
74
75
76
77
78
79
80
81
82
83
{
"name": "blog",
"version": "1.0.0",
"private": true,
"description": "blog",
"author": {
"name": "areumsheep",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/areumsheep/blog.git"
},
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"restart": "gatsby clean && yarn run start",
"typecheck": "tsc --noEmit",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mdx-js/react": "^2.2.1",
"firebase": "^9.17.1",
"gatsby": "^5.4.0",
"gatsby-plugin-emotion": "^8.5.0",
"gatsby-plugin-google-gtag": "^5.5.0",
"gatsby-plugin-hotjar": "^1.1.1",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.5.0",
"gatsby-plugin-mdx": "^5.3.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-remark-autolink-headers": "^6.5.0",
"gatsby-remark-copy-relative-linked-files": "^1.5.0",
"gatsby-remark-images": "^7.5.0",
"gatsby-remark-prismjs": "^7.6.0",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-transformer-remark": "^6.5.0",
"gatsby-transformer-sharp": "^5.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.2",
"@typescript-eslint/parser": "^5.48.2",
"babel-loader": "^8.3.0",
"chromatic": "^6.15.0",
"eslint": "^8.32.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-react": "^7.32.1",
"eslint-plugin-storybook": "^0.6.10",
"gatsby-plugin-root-import": "^2.0.9",
"prettier": "2.8.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "^4.9.4"
},
"bugs": {
"url": "https://github.com/areumsheep/blog/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/areumsheep/blog#readme",
"_id": "[email protected]"
}