-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
115 lines (115 loc) · 3.68 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": "@radius-monorepo-react/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"dev": "nx dev next-demo",
"build": "nx build next-demo",
"start": "nx start next-demo",
"remix-demo": "nx dev demo",
"next-demo": "nx dev next-demo",
"build-remix-demo": "nx build demo",
"build-next-demo": "nx build next-demo",
"start-remix-demo": "nx start demo",
"start-next-demo": "nx start next-demo",
"build-generated": "nx build-generated foundations",
"storybook": "nx storybook storybook-host",
"build-storybook": "nx build-storybook storybook-host",
"test": "nx run-many --target=test --coverage",
"test:affected": "npm run test --affected",
"test:watch": "npm run test --watch",
"build:ci": "nx build next-demo && nx run-many --target=test",
"lint:ci": "nx run-many --target=lint",
"format-check:staged": "nx format:check uncommitted",
"format:staged": "nx format:write uncommitted",
"tokens:ci": "nx run foundations:tokens:ci",
"graph": "nx graph"
},
"private": true,
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/preset-react": "^7.14.5",
"@emotion/babel-plugin": "11.11.0",
"@geometricpanda/storybook-addon-badges": "^2.0.2",
"@nx/cypress": "18.3.4",
"@nx/eslint": "18.3.4",
"@nx/eslint-plugin": "18.3.4",
"@nx/jest": "18.3.4",
"@nx/js": "18.3.4",
"@nx/next": "^18.3.4",
"@nx/react": "18.3.4",
"@nx/remix": "18.3.4",
"@nx/rollup": "18.3.4",
"@nx/storybook": "18.3.4",
"@nx/webpack": "18.3.4",
"@nx/workspace": "18.3.4",
"@remix-run/dev": "2.9.1",
"@remix-run/eslint-config": "2.9.1",
"@rollup/plugin-url": "^7.0.0",
"@storybook/addon-essentials": "7.6.18",
"@storybook/addon-interactions": "7.6.18",
"@storybook/addon-links": "7.6.18",
"@storybook/core-common": "^7.0.24",
"@storybook/core-server": "7.6.18",
"@storybook/react": "7.6.18",
"@storybook/react-webpack5": "7.6.18",
"@svgr/cli": "^8.0.1",
"@svgr/rollup": "^8.0.1",
"@swc-node/register": "~1.8.0",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@swc/plugin-emotion": "^2.5.67",
"@testing-library/jest-dom": "6.4.2",
"@testing-library/react": "14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.4.0",
"@types/node": "18.19.31",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"babel-jest": "^29.4.1",
"cypress": "^13.0.0",
"eslint": "8.57.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.2",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"husky": "^9.0.11",
"jest": "^29.4.1",
"jest-axe": "^8.0.0",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"nx": "18.3.4",
"prettier": "^2.6.2",
"sharp": "^0.32.3",
"sst": "^2.41.4",
"storybook-addon-pseudo-states": "^3.0.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "5.4.5",
"verdaccio": "^5.0.4"
},
"dependencies": {
"@emotion/css": "^11.11.2",
"@emotion/react": "^11.11.1",
"@emotion/server": "^11.11.0",
"@emotion/styled": "11.11.0",
"@remix-run/css-bundle": "^2.8.0",
"@remix-run/node": "2.9.1",
"@remix-run/react": "2.9.1",
"@remix-run/serve": "2.9.1",
"isbot": "4.4.0",
"next": "14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^5.0.5",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
}
}