-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.39 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "@bjeco/source",
"version": "0.2.0",
"private": true,
"description": "https://bje.co",
"repository": "https://github.com/brianespinosa/bjeco.git",
"license": "MIT",
"scripts": {
"all": "yarn lint && yarn test && yarn build && yarn nx run blocks:build-storybook && yarn e2e",
"start": "nx serve bjeco",
"build": "nx run-many --all --target=build --parallel=3",
"test": "nx run-many --all --target=test --parallel=3",
"lint": "nx run-many --all --target=lint --parallel=3",
"e2e": "nx run-many --all --target=e2e",
"publish": "nx publish blocks",
"build:blocks": "nx build blocks",
"nx-latest": "nx migrate latest",
"nx-migrate": "yarn install && nx migrate --run-migrations",
"postinstall": "husky install"
},
"engines": {
"node": "18"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"prettier": "@bjeco/prettier-config",
"resolutions": {
"stylelint-order": "6.0.3"
},
"dependencies": {
"@ariakit/react": "0.3.3",
"@nx/next": "16.9.1",
"clsx": "2.0.0",
"core-js": "3.32.2",
"fathom-client": "3.5.0",
"framer-motion": "7.3.6",
"next": "13.5.3",
"normalize.css": "8.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "4.0.11",
"regenerator-runtime": "0.14.0",
"rollup-plugin-commonjs": "10.1.0",
"tslib": "2.6.2"
},
"devDependencies": {
"@babel/core": "7.23.0",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.23.0",
"@bjeco/prettier-config": "latest",
"@nx/cypress": "16.9.1",
"@nx/eslint-plugin": "16.9.1",
"@nx/jest": "16.9.1",
"@nx/js": "16.9.1",
"@nx/linter": "16.9.1",
"@nx/react": "16.9.1",
"@nx/rollup": "16.9.1",
"@nx/storybook": "16.9.1",
"@nx/web": "16.9.1",
"@nx/webpack": "16.9.1",
"@nx/workspace": "16.9.1",
"@storybook/addon-a11y": "7.4.5",
"@storybook/addon-essentials": "7.4.5",
"@storybook/core-server": "7.4.5",
"@storybook/nextjs": "7.4.5",
"@storybook/react": "7.4.5",
"@svgr/webpack": "8.1.0",
"@testing-library/react": "14.0.0",
"@types/jest": "29.5.5",
"@types/node": "20.7.0",
"@types/react": "18.2.23",
"@types/react-dom": "18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"babel-jest": "29.7.0",
"cypress": "13.2.0",
"eslint": "8.50.0",
"eslint-config-next": "13.5.3",
"eslint-config-prettier": "8.9.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.14",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"lint-staged": "14.0.1",
"nx": "16.9.1",
"nx-cloud": "16.4.0",
"prettier": "3.0.3",
"rollup": "3.29.3",
"sass": "1.68.0",
"stylelint": "15.10.2",
"stylelint-config-css-modules": "4.2.0",
"stylelint-config-idiomatic-order": "9.0.0",
"stylelint-config-recommended-scss": "12.0.0",
"stylelint-config-standard": "33.0.0",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.1.6"
},
"packageManager": "[email protected]"
}