-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.3 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
{
"name": "gradient-js",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"ds:serve": "nx run design-system:serve",
"ds:build": "nx run design-system:build",
"ds:build-watch": "nx run design-system:build-watch",
"ds:publish": "npm run ds:build && cd dist/packages/design-system && npm publish",
"storybook:serve": "nx run design-system:storybook",
"storybook:build": "nx run design-system:build-storybook"
},
"private": true,
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nx/jest": "16.3.0",
"@nx/js": "16.3.0",
"@nx/storybook": "^16.3.0",
"@nxext/stencil": "^16.3.0",
"@stencil/core": "^3.4.0",
"@stencil/react-output-target": "^0.5.3",
"@stencil/sass": "3.0.0",
"@storybook/addon-essentials": "7.3.1",
"@storybook/core-server": "7.3.1",
"@storybook/web-components": "7.3.1",
"@storybook/web-components-webpack5": "7.3.1",
"@types/jest": "^29.4.0",
"@types/node": "16.11.7",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"lit": "^2.6.1",
"nx": "16.7.1",
"prettier": "^2.6.2",
"puppeteer": "^15.5.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.0.2"
},
"workspaces": [
"packages/*"
]
}