-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
131 lines (131 loc) · 4.2 KB
/
Copy pathpackage.json
File metadata and controls
131 lines (131 loc) · 4.2 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
"name": "apisuite-fe",
"version": "1.50.0",
"description": "APISuite Core portal",
"license": "MPL-2.0",
"author": "APISuite",
"main": "dist/index.js",
"engines": {
"node": ">=14.15.0"
},
"scripts": {
"dev": "cross-env NODE_ENV=development webpack serve",
"build": "cross-env NODE_ENV=production webpack --progress",
"pretest": "npm run lint",
"test": "START_SERVER_AND_TEST_INSECURE=1 start-server-and-test dev https://localhost:9001 cy:run",
"commit": "git-cz",
"prestart": "npm run build",
"start": "serve -l 8080 -s dist",
"check-types": "tsc",
"lint": "eslint './src/**/*.{ts,tsx}'",
"postlint": "npm run check-types",
"cy": "cross-env cypress open",
"cy:run": "cross-env cypress run",
"convert-translation": "./node_modules/.bin/convert-translation"
},
"dependencies": {
"@apisuite/apisuite-marketplace-extension-ui": "github:Cloudoki/apisuite-cloud-extension-ui#v1.30.3",
"@apisuite/extension-cloud-extension-ui": "github:APISuite/apisuite-marketplace-extension-ui#v1.17.2",
"@apisuite/fe-base": "1.0.0-next.10",
"@hookform/resolvers": "^2.6.1",
"@material-ui/icons": "4.11.2",
"@material-ui/lab": "4.0.0-alpha.58",
"axios": "0.21.1",
"clsx": "1.1.1",
"formik": "2.2.6",
"history": "4.10.1",
"i18n-iso-countries": "6.8.0",
"immutability-helper": "3.1.1",
"js-cookie": "2.2.1",
"react": "17.0.2",
"react-cookie-consent": "6.2.3",
"react-dom": "17.0.2",
"react-dropzone": "^11.3.2",
"react-hook-form": "^7.11.0",
"react-redux": "7.2.4",
"react-router-dom": "5.2.0",
"react-scrollspy": "3.4.3",
"react-slidy": "4.1.0",
"react-spring-3d-carousel": "1.2.1",
"react-syntax-highlighter": "^15.4.4",
"redux": "4.1.0",
"redux-saga": "1.1.3",
"reselect": "4.0.0",
"rich-markdown-editor": "11.14.0",
"styled-components": "5.3.0",
"swagger-ui-react": "3.48.0",
"yup": "0.32.9"
},
"devDependencies": {
"@apisuite/extension-ui-types": "1.0.5",
"@babel/cli": "7.13.16",
"@babel/core": "7.14.0",
"@babel/plugin-proposal-class-properties": "7.13.0",
"@babel/preset-env": "7.14.1",
"@babel/preset-react": "7.13.13",
"@babel/preset-typescript": "7.13.0",
"@semantic-release/git": "9.0.0",
"@types/file-saver": "^2.0.3",
"@types/grecaptcha": "3.0.3",
"@types/history": "4.7.8",
"@types/js-cookie": "2.2.6",
"@types/node": "15.0.2",
"@types/qs": "6.9.6",
"@types/react": "17.0.4",
"@types/react-dom": "17.0.3",
"@types/react-redux": "7.1.16",
"@types/react-router": "5.1.7",
"@types/react-router-dom": "5.1.7",
"@types/react-scrollspy": "3.3.3",
"@types/react-syntax-highlighter": "13.5.0",
"@types/redux-logger": "3.0.8",
"@types/swagger-ui-react": "3.35.0",
"@types/webpack-env": "1.16.0",
"@typescript-eslint/eslint-plugin": "4.22.0",
"@typescript-eslint/parser": "4.22.0",
"autoprefixer": "10.2.5",
"babel-loader": "8.2.2",
"babel-plugin-jsx-remove-data-test-id": "3.0.0",
"clean-webpack-plugin": "4.0.0-alpha.0",
"commitizen": "4.2.4",
"core-js": "3.11.2",
"cross-env": "7.0.3",
"css-loader": "5.2.4",
"cz-conventional-changelog": "3.3.0",
"dotenv": "8.5.1",
"dotenv-webpack": "7.0.2",
"eslint": "7.25.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.3.1",
"jest-fetch-mock": "3.0.3",
"mini-css-extract-plugin": "1.6.0",
"node-sass": "6.0.1",
"postcss": "8.2.13",
"postcss-loader": "5.2.0",
"react-hot-loader": "4.13.0",
"redux-devtools-extension": "2.13.9",
"redux-logger": "3.0.6",
"robotstxt-webpack-plugin": "7.0.0",
"sass-loader": "11.0.1",
"semantic-release": "17.4.2",
"serve": "11.3.2",
"start-server-and-test": "1.12.1",
"terser-webpack-plugin": "5.1.1",
"typescript": "4.2.4",
"webpack": "5.36.2",
"webpack-cli": "4.6.0",
"webpack-dev-server": "4.0.0-beta.3",
"webpack-merge": "5.7.3"
},
"optionalDependencies": {
"cypress": "7.2.0"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
}
}