forked from carbon-design-system/gatsby-theme-carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.15 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
{
"name": "gatsby-theme-carbon-workspace",
"private": true,
"repository": {
"url": "[email protected]:carbon-design-system/gatsby-theme-carbon.git",
"type": "git"
},
"license": "Apache 2.0",
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "yarn workspace example develop",
"dev:clean": "yarn workspace example develop:clean",
"build": "yarn workspace example build",
"build:prefix": "yarn workspace example build:prefix",
"serve": "yarn build && yarn workspace example serve",
"now-build": "yarn workspace example build",
"lint": "eslint ."
},
"eslintIgnore": [
"**/node_modules/",
"**/public/"
],
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.2.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-react-hooks": "^1.3.0",
"lerna": "^3.13.4",
"prettier": "^1.17.0",
"yarn": "^1.15.2"
}
}