forked from bcms/starters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.59 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
{
"name": "cms-gatsby-starter",
"version": "1.0.0",
"private": true,
"description": "cms-gatsby-starter",
"author": "Bbanez",
"keywords": [
"gatsby"
],
"scripts": {
"dev": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .ts,.tsx"
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react-helmet": "^6.1.8",
"classnames": "^2.3.2",
"gatsby": "^5.12.9",
"gatsby-plugin-manifest": "^5.12.3",
"gatsby-plugin-sass": "^6.12.3",
"gatsby-plugin-sitemap": "^6.12.3",
"gatsby-plugin-svgr": "^3.0.0-beta.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@banez/npm-tool": "^1.1.1",
"@becomes/cms-cli": "^3.1.11",
"@becomes/cms-client": "^3.3.5",
"@becomes/cms-most": "^2.8.0",
"@types/node": "^20.8.9",
"@types/react": "^18.2.33",
"@types/react-dom": "^18.2.14",
"@types/react-transition-group": "^4.4.9",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"autoprefixer": "^10.4.16",
"env-cmd": "^10.1.0",
"eslint": "^8.53.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"gatsby-plugin-postcss": "^6.12.0",
"gatsby-plugin-tsconfig-paths": "^1.0.6",
"gatsby-source-bcms": "^3.0.5",
"postcss": "^8.4.31",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.2.2"
}
}