-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.51 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
{
"private": true,
"name": "gatsby-source-wordpress-graphql-monorepo",
"workspaces": ["packages/*"],
"license": "MIT",
"repository": {
"type": "git",
"url": "ssh://git@github.com/magloft/gatsby-source-wordpress-graphql.git"
},
"scripts": {
"build": "lerna run build",
"clean": "lerna run clean",
"prepack": "lerna run prepack",
"lint": "lerna run lint"
},
"devDependencies": {
"@babel/cli": "^7.14.0",
"@babel/core": "^7.14.0",
"@babel/eslint-parser": "^7.14.0",
"@babel/eslint-plugin": "^7.14.0",
"@babel/plugin-proposal-class-properties": "^7.14.0",
"@babel/plugin-proposal-decorators": "^7.17.9",
"@babel/plugin-proposal-private-methods": "^7.14.0",
"@types/fs-extra": "^9.0.12",
"@types/object-hash": "^2.1.1",
"@typescript-eslint/eslint-plugin": "^4.28.1",
"@typescript-eslint/parser": "^4.28.1",
"babel-plugin-module-resolver": "4.0.0",
"babel-preset-gatsby": "^2.11.0",
"babel-preset-gatsby-package": "^2.11.0",
"core-js": "^3.0.0",
"eslint": "^7.28.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.24.0",
"gatsby": "^4.11.0",
"gatsby-plugin-sharp": "^4.11.0",
"gatsby-source-filesystem": "^4.11.0",
"gatsby-transformer-sharp": "^4.11.0",
"gh-pages": "^3.2.3",
"rimraf": "^3.0.2",
"lerna": "^4.0.0",
"ts-node": "^10.4.0",
"typescript": "^4.5.2"
}
}