-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.11 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
{
"private": true,
"workspaces": [
"egonoid.com",
"themes/*"
],
"scripts": {
"build": "yarn workspace egonoid.com build",
"start": "yarn workspace egonoid.com start",
"clean": "yarn lerna run clean --stream",
"test": "jest --watch",
"test:single": "CI=true jest --watchAll=false --verbose --colors",
"format": "yarn lerna run format --stream",
"storybook": "yarn workspace egonoid.com storybook"
},
"devDependencies": {
"@babel/preset-typescript": "^7.10.4",
"babel-preset-gatsby": "^0.5.10",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.0",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"stylelint": "^13.7.1",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.18.0"
},
"name": "gatsby-template"
}