-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.63 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
{
"name": "keyds",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"format": "prettier --write \"**/*.(js|ts|jsx|tsx)\"",
"hooks:pre-commit": "node tools/hooks/pre-commit.mjs",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@stencil/store": "^1.5.0",
"tslib": "^2.0.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@angular-devkit/schematics": "^13.0.1",
"@nrwl/cli": "13.10.4",
"@nrwl/cypress": "13.10.4",
"@nrwl/eslint-plugin-nx": "13.10.4",
"@nrwl/jest": "13.10.4",
"@nrwl/linter": "13.10.4",
"@nrwl/storybook": "^13.10.4",
"@nrwl/workspace": "13.10.4",
"@nxext/stencil": "^13.1.1",
"@stencil/core": "^2.15.2",
"@stencil/sass": "^1.5.2",
"@storybook/addon-controls": "^6.4.22",
"@storybook/addon-docs": "^6.4.22",
"@storybook/addon-essentials": "~6.4.12",
"@storybook/core-server": "~6.4.12",
"@storybook/html": "~6.4.12",
"@types/jest": "^26.0.24",
"@types/node": "14.14.33",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "~5.18.0",
"@typescript-eslint/parser": "~5.18.0",
"chalk": "^4.1.2",
"cssnano": "^5.0.12",
"cypress": "^9.1.0",
"eslint": "~8.12.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.1",
"jest": "26.6.3",
"jest-cli": "^26.6.3",
"lit-html": "^2.2.3",
"lorem-ipsum": "^2.0.4",
"nx": "13.10.4",
"prettier": "2.6.2",
"pretty-quick": "^3.1.1",
"ts-jest": "26.5.6",
"typescript": "~4.3.5",
"webpack-cli": "^4.9.2"
},
"volta": {
"node": "16.14.2",
"npm": "8.5.5"
}
}