forked from Rabobank-Archive/extension
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
76 lines (76 loc) · 2.26 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
{
"name": "azdo-extensions-compliancy-frontend",
"homepage": "./",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run --coverage",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"lint": "eslint --cache --ext .js,.jsx,.ts,.tsx --max-warnings=0 .",
"lint:fix": "eslint --cache --ext .js,.jsx,.ts,.tsx --fix ."
},
"engines": {
"npm": ">=10.0.0 <11.0.0",
"node": ">=21.0.0 <22.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@vitejs/plugin-react": "^4.2.1",
"axios": "^1.6.5",
"azure-devops-extension-api": "^4.229.0",
"azure-devops-extension-sdk": "^4.0.2",
"azure-devops-ui": "^2.167.87",
"history": "^5.3.0",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-json-pretty": "^2.2.0",
"react-router-dom": "^6.21.1",
"vite": "^5.0.11",
"vite-tsconfig-paths": "^4.2.3"
},
"devDependencies": {
"@storybook/addon-essentials": "^7.6.7",
"@storybook/addon-interactions": "^7.6.7",
"@storybook/addon-links": "^7.6.7",
"@storybook/addon-onboarding": "^1.0.10",
"@storybook/builder-vite": "^7.6.7",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.2",
"@types/axios": "^0.14.0",
"@types/history": "^5.0.0",
"@types/node": "^20.11.0",
"@types/react": "^16.14.0",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.3.3",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@vitest/coverage-v8": "^1.1.3",
"axios-mock-adapter": "^1.22.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-storybook": "^0.6.15",
"jsdom": "^23.2.0",
"kind-of": "^6.0.3",
"prettier": "^3.1.1",
"prop-types": "^15.8.1",
"storybook": "^7.6.7",
"typescript": "^5.3.3",
"vite-plugin-eslint": "^1.8.1",
"vitest": "^1.1.3"
}
}