-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
103 lines (103 loc) · 3.37 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
{
"name": "@marina-golovanova/ui-kit-test-lib",
"publishConfig": {
"registry": "https://npm.pkg.github.com/Marina-Golovanova"
},
"version": "1.0.23",
"description": "",
"main": "lib/index.cjs",
"module": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"build-single": "node scripts/generateSingleExport.mjs",
"build": "npm run build-single && rm -rf lib/* && rollup -c --bundleConfigAsCjs --forceExit && node scripts/generatePackages.mjs && node scripts/postBuild.mjs",
"build-styles": "node scripts/buildStyles.mjs",
"publish-lib": "npm run build && cp .npmrc ./lib && npm publish lib"
},
"files": ["lib/*"],
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-image": "^3.0.3",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@storybook/addon-essentials": "^7.5.3",
"@storybook/addon-interactions": "^7.5.3",
"@storybook/addon-links": "^7.5.3",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.5.3",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@storybook/testing-library": "^0.2.2",
"@svgr/rollup": "^8.1.0",
"@svgr/webpack": "^8.1.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@types/jest": "^29.5.8",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.37",
"@types/react-test-renderer": "^18.0.6",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"alias": "^0.0.5",
"autoprefixer": "^10.4.17",
"babel-jest": "^29.7.0",
"eslint": "^8",
"eslint-config-airbnb": "^19",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard": "^17",
"eslint-import-resolver-typescript": "^3",
"eslint-plugin-import": "^2",
"eslint-plugin-jsx-a11y": "^6",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-node": "^11",
"eslint-plugin-optimize-regex": "^1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6",
"eslint-plugin-react": "^7",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-sonarjs": "^0",
"eslint-plugin-unicorn": "^51.0.1",
"file-loader": "^6.2.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lodash": "^4.17.21",
"postcss-import": "^16.0.1",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"rollup": "^4.6.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-sizes": "^1.0.6",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.5",
"sass-loader": "^14.1.0",
"storybook": "^7.5.3",
"typescript": "^5.2.2"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"dependencies": {
"@marina-golovanova/ui-kit-test-lib": "^1.0.20",
"classnames": "^2.5.1",
"imask": "^7.3.0"
},
"resolutions": {
"es5-ext": "0.10.53"
}
}