-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.78 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
{
"name": "kalk-space",
"version": "1.0.0",
"private": true,
"description": "KalkSpace",
"author": "Marcus Weiner",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {
"@fontsource/space-grotesk": "^5.0.15",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@versatiles/server": "^1.1.3",
"@versatiles/style": "^3.4.1",
"canvas": "^2.11.2",
"clsx": "^1.1.1",
"gatsby": "^4.5.4",
"gatsby-plugin-image": "^2.17.0",
"gatsby-plugin-mdx": "^3.6.0",
"gatsby-plugin-sass": "^5.6.0",
"gatsby-plugin-sharp": "^4.17.0",
"gatsby-remark-images": "^6.17.0",
"gatsby-source-filesystem": "^4.17.0",
"gatsby-transformer-sharp": "^4.17.0",
"maplibre-gl": "^3.5.2",
"modern-normalize": "^1.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.49.0"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@netlify/functions": "^2.4.0",
"@storybook/addon-actions": "^6.4.19",
"@storybook/addon-essentials": "^6.4.19",
"@storybook/addon-interactions": "^6.4.19",
"@storybook/addon-links": "^6.4.19",
"@storybook/builder-webpack5": "^6.4.19",
"@storybook/manager-webpack5": "^6.4.19",
"@storybook/react": "^6.4.19",
"@storybook/testing-library": "^0.0.9",
"babel-loader": "^8.2.3",
"typescript": "^4.6.2",
"typescript-plugin-css-modules": "^3.4.0"
},
"engines": {
"node": ">=18"
},
"browserslist": {
"production": [
"defaults and supports es6-class",
"not ie 11"
]
}
}