-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.42 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
{
"name": "root",
"version": "1.0.0",
"private": true,
"devDependencies": {
"@testing-library/jest-dom": "^5.5.0",
"@testing-library/react": "^11.2.3",
"@types/jest": "^27.0.4",
"@types/node": "^14.14.31",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.16.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"jest": "^27.0.4",
"prettier": "2.3.1",
"stylelint": "^13.13.1",
"stylelint-config-recess-order": "^2.4.0",
"stylelint-config-recommended": "^5.0.0",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.19.0",
"ts-jest": "^27.0.3",
"typescript": "^5.3.3"
},
"scripts": {
"i:all": "npm install; npm install --workspaces",
"ci:all": "npm ci; npm ci --workspaces",
"start:example": "npm start -w example",
"start:core": "npm start -w packages/djedi-json",
"build": "npm run build -w packages/djedi-json",
"publish:core": "npm publish -w packages/djedi-json"
},
"workspaces": ["packages/djedi-json", "example"]
}