-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 994 Bytes
/
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
{
"name": "tmp-cpa",
"version": "1.0.0",
"private": true,
"description": "Plasmic app for pPMwtDeJqhjkevukr6y1tF",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@plasmicapp/cli": "^0.1.331",
"@plasmicapp/host": "^1.0.95",
"@plasmicapp/react-web": "^0.2.346",
"@plasmicpkgs/plasmic-basic-components": "^0.0.109",
"@plasmicpkgs/plasmic-contentful": "^0.0.50",
"@plasmicpkgs/plasmic-embed-css": "^0.1.85",
"gatsby": "^5.4.2",
"gatsby-plugin-react-helmet": "^6.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@types/react-helmet": "^6.1.6",
"typescript": "^4.9.4"
}
}