-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 2.04 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
{
"name": "deftwire",
"version": "1.0.0",
"private": true,
"description": "deftwire",
"author": "Deft Wire",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "run-p start start:netlify-cms-proxy",
"start": "gatsby develop",
"start:playground": "env GATSBY_GRAPHQL_IDE=playground gatsby develop",
"start:netlify-cms-proxy": "netlify-cms-proxy-server",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"build:cms": "webpack --progress"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@tailwindcss/typography": "^0.4.1",
"gatsby": "^3.6.2",
"gatsby-plugin-image": "^1.8.0",
"gatsby-plugin-mdx": "^2.8.0",
"gatsby-plugin-netlify-cms": "^5.9.0",
"gatsby-plugin-react-helmet": "^4.8.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sharp": "^3.8.0",
"gatsby-source-filesystem": "^3.8.0",
"gatsby-transformer-sharp": "^3.8.0",
"metaget": "^1.0.7",
"netlify-cms-app": "^2.15.26",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@fontsource/changa": "^4.5.0",
"@fontsource/open-sans": "^4.4.5",
"@fontsource/oswald": "^4.5.0",
"@fontsource/teko": "^4.5.0",
"@tailwindcss/line-clamp": "^0.2.1",
"autoprefixer": "^10.2.6",
"axios": "^0.21.1",
"cheerio": "*",
"clsx": "^1.1.1",
"framer-motion": "^4.1.17",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-manifest": "^3.8.0",
"gatsby-plugin-offline": "^4.8.0",
"gatsby-plugin-postcss": "^4.8.0",
"gatsby-plugin-remote-images": "^3.0.0",
"gatsby-plugin-styled-components": "^4.8.0",
"gatsby-transformer-remark": "^4.7.0",
"immutable": "^3.8.2",
"js-yaml": "^3.14.1",
"metafetch": "^2.0.2",
"moment": "^2.29.1",
"netlify-cms-proxy-server": "^1.3.19",
"npm-run-all": "^4.1.5",
"postcss": "^8.2.6",
"prettier": "^2.3.2",
"styled-components": "^5.3.0",
"tailwindcss": "^2.2.4"
}
}