-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "crux",
"version": "0.0.47-alpha",
"license": "MIT",
"scripts": {
"build-packages": "npx nx run-many --target=prod --all --with-deps",
"publish-packages": "npx nx run-many --target=publish --all --with-deps",
"version-packages": "ts-node --project=tools/tsconfig.tools.json tools/scripts/packages/version-packages.ts"
},
"private": false,
"dependencies": {
"@nrwl/js": "^13.7.3",
"@reduxjs/toolkit": "1.8.3",
"@shoelace-style/shoelace": "^2.0.0-beta.82",
"animate.css": "^4.1.1",
"classnames": "^2.3.1",
"core-js": "^3.6.5",
"idb-keyval": "^6.2.0",
"lit-html": "^2.3.1",
"path": "^0.12.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-is": "18.0.0",
"react-redux": "8.0.2",
"redux": "^4.2.0",
"regenerator-runtime": "0.13.7",
"reselect": "^4.1.6",
"rollup-plugin-copy": "^3.4.0",
"tslib": "^2.0.0",
"vite": "3.2.0"
},
"devDependencies": {
"@jsdevtools/npm-publish": "^1.4.3",
"@nrwl/cli": "14.5.4",
"@nrwl/cypress": "14.5.4",
"@nrwl/devkit": "14.5.4",
"@nrwl/eslint-plugin-nx": "14.5.4",
"@nrwl/jest": "14.5.4",
"@nrwl/js": "14.5.4",
"@nrwl/linter": "14.5.4",
"@nrwl/nx-cloud": "14.3.0",
"@nrwl/react": "14.5.4",
"@nrwl/web": "14.5.4",
"@nrwl/workspace": "14.5.4",
"@rollup/plugin-commonjs": "^21.0.1",
"@testing-library/react": "13.3.0",
"@types/jest": "27.4.1",
"@types/jsdom": "^20.0.0",
"@types/node": "18.0.0",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@typescript-eslint/eslint-plugin": "5.33.0",
"@typescript-eslint/parser": "5.33.0",
"babel-jest": "27.5.1",
"cypress": "^9.1.0",
"dotenv": "^16.0.1",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"jest": "27.5.1",
"msw": "^0.45.0",
"nx": "14.5.4",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"redux-thunk": "^2.4.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-postcss-lit": "^2.0.0",
"rollup-plugin-terser": "^7.0.2",
"ts-jest": "27.1.4",
"ts-node": "~10.8.0",
"typescript": "4.7.4"
},
"workspaces": [
"apps/**",
"packages/**"
],
"msw": {
"workerDirectory": "public"
}
}