-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 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
{
"dependencies": {
"imask": "^7.2.1"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"bundle-stats-webpack-plugin": "^4.6.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"dotenv": "^16.3.1",
"eslint": "^8.44.0",
"eslint-config-standard": "latest",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-n": "^15.0.0 || ^16.0.0 ",
"eslint-plugin-promise": "^6.0.0",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.3",
"husky": "^8.0.0",
"inline-chunk-html-plugin": "^1.1.1",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"postcss-styled": "^0.34.0",
"postcss-syntax": "^0.36.2",
"stylelint": "^15.9.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-declaration-use-variable": "^1.7.3",
"stylelint-order": "^6.0.3",
"stylelint-processor-styled-components": "^1.10.0",
"terser-webpack-plugin": "^5.3.9",
"ts-jest": "^29.1.1",
"ts-loader": "^9.4.4",
"typescript": "^5.1.6",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"name": "ui",
"packageManager": "[email protected]",
"private": true,
"scripts": {
"build": "webpack --mode production",
"dev": "webpack server --mode development --open",
"postinstall": "husky install",
"test": "jest --passWithNoTests"
},
"version": "1.0.0"
}