-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.39 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.39 KB
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
{
"name": "web-guideblock",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"demo:start": "nx serve demo",
"demo:build": "nx run demo:build",
"prepare": "husky"
},
"private": true,
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@nrwl/cli": "14.8.9",
"@nrwl/cypress": "14.8.9",
"@nrwl/eslint-plugin-nx": "14.8.9",
"@nrwl/jest": "14.8.9",
"@nrwl/js": "14.8.9",
"@nrwl/linter": "14.8.9",
"@nrwl/nx-cloud": "latest",
"@nrwl/react": "^18.0.4",
"@nrwl/rollup": "^14.8.9",
"@nrwl/web": "14.8.9",
"@nrwl/webpack": "14.8.9",
"@nrwl/workspace": "14.8.9",
"@types/jest": "28.1.1",
"@types/node": "18.7.1",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"autoprefixer": "^10.4.17",
"babel-jest": "28.1.1",
"css-loader": "^6.10.0",
"cypress": "^10.7.0",
"eslint": "~8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"husky": "^8.0.0",
"jest": "28.1.1",
"jest-environment-jsdom": "28.1.1",
"nx": "14.8.9",
"prettier": "^2.6.2",
"tailwindcss": "^3.4.1",
"ts-jest": "28.0.5",
"ts-node": "10.9.1",
"typescript": "~4.8.2"
},
"dependencies": {
"core-js": "^3.6.5",
"lit": "^2.8.0",
"regenerator-runtime": "0.13.7",
"tslib": "^2.3.0"
}
}