-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.31 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
{
"name": "master-wc-newline",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"start": "nx serve",
"build": "nx build",
"test": "nx test"
},
"private": true,
"dependencies": {
"core-js": "^3.6.5",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0"
},
"devDependencies": {
"@nrwl/cypress": "15.3.0",
"@nrwl/eslint-plugin-nx": "15.3.0",
"@nrwl/linter": "15.3.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/storybook": "15.3.0",
"@nrwl/vite": "15.3.0",
"@nrwl/web": "15.3.0",
"@nrwl/workspace": "15.3.0",
"@storybook/addon-essentials": "~6.5.9",
"@storybook/builder-vite": "0.2.5",
"@storybook/core-server": "~6.5.9",
"@storybook/web-components": "~6.5.9",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@vitest/coverage-c8": "~0.25.3",
"@vitest/ui": "^0.9.3",
"cypress": "^11.0.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"html-webpack-plugin": "^5.5.0",
"jsdom": "~20.0.3",
"lit-html": "^2.3.1",
"nx": "15.3.0",
"prettier": "^2.6.2",
"typescript": "~4.8.2",
"vite": "^3.0.5",
"vite-plugin-eslint": "^1.6.0",
"vite-tsconfig-paths": "^3.5.2",
"vitest": "^0.25.1"
}
}