-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
152 lines (152 loc) · 6.57 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
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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "ulbi-wpack-module-1",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "node ./scripts/clear-cache.js",
"start": "webpack serve --env port=3000",
"start:vite": "vite",
"build:prod": "webpack --env mode=production",
"build:prod:analize": "npm run build:prod analize",
"build:dev": "webpack --env mode=development",
"build:dev:analize": "webpack --env mode=development analize",
"json:server": "node ./json-server/index.js",
"start:dev": "concurrently --restart-after 3000 --names \"JSON,BUILD,DEVTOOLS\" -c \"bgBlue.bold,bgGreen.bold,bgYellow.bold\" \"npm run json:server\" \"npm start\" \"npx react-devtools\"",
"start:dev:vite": "concurrently --restart-after 3000 --names \"JSON,BUILD,DEVTOOLS\" -c \"bgBlue.bold,bgGreen.bold,bgYellow.bold\" \"npm run json:server\" \"npm run start:vite\" \"npx react-devtools\"",
"lint:ts": "npx eslint \"**/*.{ts,tsx}\"",
"lint:ts:fix": "npx eslint \"**/*.{ts,tsx}\" --fix",
"lint:scss": "npx stylelint \"**/*.scss\"",
"lint:scss:fix": "npx stylelint \"**/*.scss\" --fix",
"test:unit": "npx jest --config ./config/jest/jest.config.ts",
"test:e2e": "cypress open",
"test:ui": "loki test --requireReference --chromeRetries 3 --diffingEngine pixelmatch",
"test:ui:ok": "npx loki approve",
"test:ui:ci": "loki --requireReference --reactUri file:./storybook-static --chromeRetries 3 --diffingEngine pixelmatch --chromeTolerance 7",
"test:ui:update": "loki update --requireReference --reactUri file:./storybook-static --chromeRetries 3 --diffingEngine pixelmatch --chromeTolerance 7",
"test:ui:json": "node scripts/generate-visual-json-report.js",
"test:ui:html": "reg-cli --from .loki/report.json --report .loki/report.html",
"test:ui:report": "npm run test:ui:json && npm run test:ui:html",
"storybook": "start-storybook -p 6006 -c ./config/storybook/",
"storybook:build": "build-storybook -c ./config/storybook/",
"prepare": "husky install",
"generate:slice": "node ./scripts/createSlice/index.js",
"update:imports": "ts-node ./scripts/refactoring/updateImports.ts",
"remove-features": "ts-node ./scripts/remove-feature.ts"
},
"lint-staged": {
"**/*.{ts,tsx}": "eslint",
"**/*.scss": "stylelint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/simolex/utv-webpack-m1.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/plugin-transform-runtime": "^7.18.10",
"@babel/plugin-transform-typescript": "^7.18.12",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@neumatter/to-camel-case": "^1.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.5",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.16",
"@storybook/addon-links": "^6.5.16",
"@storybook/builder-webpack5": "^6.5.16",
"@storybook/manager-webpack5": "^6.5.16",
"@storybook/react": "^6.5.16",
"@storybook/testing-library": "^0.0.13",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/circular-dependency-plugin": "^5.0.5",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^18.0.35",
"@types/react-dom": "^18.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.21",
"@types/webpack": "^5.28.0",
"@types/webpack-bundle-analyzer": "^4.4.1",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@vitejs/plugin-react": "^2.1.0",
"babel-loader": "^8.3.0",
"circular-dependency-plugin": "^5.2.2",
"concurrently": "^7.6.0",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"cypress": "^11.0.0",
"dependency-cruiser": "^12.11.1",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-i18next": "^5.1.2",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.3.0",
"eslint-plugin-simolex-plugin-lint": "^0.0.16",
"eslint-plugin-unused-imports": "^2.0.0",
"file-loader": "^6.2.0",
"fork-ts-checker-webpack-plugin": "^7.2.13",
"html-webpack-plugin": "^5.5.0",
"husky": "^7.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-html-reporters": "^3.1.4",
"json-server": "^0.17.2",
"lint-staged": "^13.2.2",
"loki": "^0.31.1",
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^2.8.4",
"react-devtools": "^4.27.6",
"react-refresh": "^0.12.0",
"reg-cli": "^0.17.6",
"regenerator-runtime": "^0.13.9",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"storybook-addon-mock": "^2.4.1",
"storybook-addon-themes": "^6.1.0",
"style-loader": "^3.3.1",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"ts-loader": "^9.2.6",
"ts-morph": "^18.0.0",
"ts-node": "^10.5.0",
"typescript": "^4.5.5",
"vite": "^3.1.0",
"vite-plugin-svgr": "^2.2.1",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@headlessui/react": "^1.6.6",
"@react-spring/web": "^9.5.2",
"@reduxjs/toolkit": "^1.9.0",
"@use-gesture/react": "^10.2.19",
"axios": "^1.3.4",
"i18next": "^21.9.0",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.3",
"react-redux": "^8.0.5",
"react-router-dom": "^6.2.1",
"react-virtuoso": "^4.3.0"
}
}