-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 865 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
{
"name": "content-editing-sandbox",
"version": "0.0.0",
"main": "index.js",
"author": "Clearlink CMS",
"private": true,
"scripts": {
"sandbox:develop": "yarn workspace sandbox develop",
"sandbox:build": "yarn workspace sandbox build",
"lint": "eslint . --ext .js,.jsx,.css"
},
"devDependencies": {
"@babel/eslint-parser": "^7.13.8",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.19.1"
},
"workspaces": [
"sites/*",
"gatsby-theme-content-editing-sandbox"
],
"dependencies": {
"dotenv": "^8.2.0",
"gatsby-source-brandy": "^1.0.0-beta.9",
"typeface-averta": "^1.0.3"
}
}