-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.5 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
49
50
51
52
{
"name": "@tbergq/web-monorepo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"sideEffects": false,
"scripts": {
"test": "yarn nx affected:test",
"lint": "yarn nx affected:lint",
"test-ci": "yarn lint && yarn test",
"test-ci-all": "yarn nx run-many --target=build --all && yarn nx run-many --target=test --all && yarn nx run-many --target=lint --all",
"build": "yarn nx affected:build"
},
"workspaces": [
"packages/*",
"apps/*"
],
"private": true,
"author": "",
"license": "ISC",
"devDependencies": {
"@adeira/babel-preset-adeira": "^4.0.0",
"@adeira/eslint-config": "^7.0.0",
"@adeira/monorepo-npm-publisher": "^2.0.0",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.16.5",
"@babel/preset-typescript": "^7.13.0",
"@nrwl/cli": "latest",
"@nrwl/nx-cloud": "latest",
"@nrwl/tao": "latest",
"@nrwl/workspace": "latest",
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^12.0.0",
"@types/classnames": "^2.3.1",
"@types/react": "^17.0.38",
"@typescript-eslint/eslint-plugin": "^5.9.0",
"@typescript-eslint/parser": "^5.9.0",
"eslint": "^8.6.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.0.1",
"jest-styled-components": "^7.0.4",
"lerna": "^4.0.0",
"prettier": "^2.3.0",
"react-test-renderer": "17.0.2",
"rimraf": "^3.0.2",
"typescript": "^4.5.5"
},
"resolutions": {
"typescript": "^4.4.4"
},
"packageManager": "[email protected]"
}