-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
87 lines (87 loc) · 2.54 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
77
78
79
80
81
82
83
84
85
86
87
{
"bin": {
"api-oas-checker": "api-oas-checker"
},
"dependencies": {
"@stoplight/spectral": "^5.9.1",
"axios": "^0.27.2",
"adm-zip": "^0.5.5",
"bootstrap-italia": "^1.6.2",
"classnames": "^2.3.1",
"design-react-kit": "https://github.com/italia/design-react-kit",
"dompurify": "^2.4.0",
"js-base64": "^3.7.2",
"lodash.debounce": "^4.0.8",
"lz-string": "^1.4.4",
"marked": "^4.1.0",
"match-sorter": "^6.3.1",
"monaco-editor": "^0.33.0",
"monaco-yaml": "4.0.0-alpha.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-csv": "^2.2.2",
"react-dom": "^18.0.0",
"react-jss": "^10.9.0",
"react-redux": "^8.0.2",
"react-table": "^7.8.0",
"redux": "^4.2.0",
"swagger-ui-react": "^4.15.0",
"typeface-lora": "^1.1.13",
"typeface-roboto-mono": "^1.1.13",
"typeface-titillium-web": "^1.1.13"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^12.1.5",
"babel-loader": "^8.2.5",
"buffer": "^6.0.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.2.0",
"eslint": "^7.32.0",
"eslint-config-italia": "^1.0.3",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"jsdom": "^19.0.0",
"merge-yaml": "^1.1.0",
"mini-css-extract-plugin": "^2.5.3",
"monaco-editor-webpack-plugin": "^7.0.1",
"prettier": "^2.6.2",
"sass": "^1.55.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-bundle-analyzer": "^4.6.1",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.9.0",
"worker-loader": "^3.0.8",
"yaml": "^2.1.1",
"yargs": "^17.4.1"
},
"keywords": [
"spectral",
"openapi"
],
"license": "AGPL-3.0",
"name": "api-oas-checker",
"repository": "https://github.com/italia/api-oas-checker",
"scripts": {
"build": "make all",
"build-js": "NODE_ENV=production webpack",
"bundle-analyze": "NODE_ENV=production webpack --analyze",
"deploy": "gh-pages -u 'Deploy Bot <[email protected]>' -d dist",
"eslint": "eslint src",
"eslint:fix": "eslint src --fix",
"start": "make rules && webpack serve",
"test": "jest"
},
"version": "0.7"
}