-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
138 lines (138 loc) · 4.64 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
{
"name": "7winds-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"server": "webpack serve --env port=3000",
"build:dev": "webpack --env mode=development",
"build:prod": "webpack --env mode=production apiUrl=//185.244.172.108:8081/v1/outlay-rows/entity/63298/row/",
"lint:ts": "eslint \"**/*.{ts,tsx}\"",
"lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"lint:scss": "npx stylelint \"**/*.scss\"",
"lint:scss:fix": "npx stylelint \"**/*.scss\" --fix",
"test:unit": "jest --config ./config/jest/jest.config.ts",
"test:ui": "npx loki test",
"test:ui:ok": "npx loki approve",
"test:ui:ci": "npx loki --requireReference --reactUri file:./storybook-static",
"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",
"test:e2e": "npx wdio run ./wdio.conf.ts",
"storybook": "storybook dev -p 6006 -c ./config/storybook",
"storybook:build": "storybook build -c ./config/storybook",
"prepare": "husky install",
"generate:slice": "node ./scripts/createSlice/index.js"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.22.5",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@storybook/addon-actions": "^7.3.1",
"@storybook/addon-essentials": "^7.2.1",
"@storybook/addon-interactions": "^7.2.1",
"@storybook/addon-links": "^7.2.1",
"@storybook/addon-onboarding": "^1.0.8",
"@storybook/blocks": "^7.2.1",
"@storybook/react": "^7.2.1",
"@storybook/react-webpack5": "^7.2.1",
"@storybook/testing-library": "^0.2.0",
"@svgr/webpack": "^8.0.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.3.0",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^17.0.39",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
"@types/react-virtualized": "^9.21.22",
"@types/webpack": "^5.28.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@wdio/cli": "^8.16.10",
"@wdio/local-runner": "^8.16.10",
"@wdio/mocha-framework": "^8.16.10",
"@wdio/spec-reporter": "^8.16.9",
"@wll8/json-server": "^0.17.2-alpha.6",
"babel-loader": "^9.1.3",
"babel-plugin-direct-import": "^1.0.0",
"copy-webpack-plugin": "^11.0.0",
"cross-fetch": "^4.0.0",
"css-loader": "^6.6.0",
"eslint": "^8.10.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-avircut-plugin": "^0.0.6",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.13",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-html-reporters": "^3.1.4",
"loki": "^0.32.0",
"mini-css-extract-plugin": "^2.7.6",
"msw": "^1.3.1",
"msw-storybook-addon": "^1.8.0",
"react-redux": "^8.1.2",
"react-refresh": "^0.14.0",
"react-virtualized": "^9.22.5",
"reg-cli": "^0.17.7",
"regenerator-runtime": "^0.13.11",
"sass": "^1.49.9",
"sass-loader": "^12.6.0",
"storybook": "^7.2.1",
"style-loader": "^3.3.1",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"ts-loader": "^9.2.6",
"ts-node": "^10.9.1",
"typescript": "^5.2.2",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.14.11",
"@mui/material": "^5.14.11",
"@mui/styled-engine-sc": "^5.14.11",
"@reduxjs/toolkit": "^1.9.5",
"axios": "^0.26.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.2.1",
"react-transition-group": "^4.4.5",
"styled-components": "^5.3.11"
},
"overrides": {
"loki": {
"@storybook/react": "$@storybook/react"
}
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.docker",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
}
}
},
"msw": {
"workerDirectory": "public"
}
}