generated from gravity-ui/package-example
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
136 lines (136 loc) · 4.18 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
{
"name": "@gravity-ui/dynamic-forms",
"version": "4.15.0",
"description": "",
"license": "MIT",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"files": [
"build",
"styles"
],
"sideEffects": [
"*.scss",
"*.css"
],
"repository": {
"type": "git",
"url": "git+https://github.com/gravity-ui/dynamic-forms.git"
},
"bugs": {
"url": "https://github.com/gravity-ui/dynamic-forms/issues"
},
"homepage": "https://github.com/gravity-ui/dynamic-forms#readme",
"scripts": {
"prepare": "husky install",
"lint": "run-p lint:*",
"lint:js": "eslint src --quiet",
"lint:prettier": "prettier --check 'src/**/*.{js,jsx,ts,tsx,css,scss}'",
"lint:styles": "stylelint 'src/**/*.scss'",
"test": "jest",
"typecheck": "tsc --noEmit",
"build": "gulp",
"build-storybook": "sb build",
"dev": "sb dev -p 6006",
"start": "sb dev",
"prepublishOnly": "npm run build",
"playwright:install": "playwright install --with-deps",
"playwright": "playwright test --config=playwright/playwright.config.ts",
"playwright:update": "npm run playwright -- -u",
"playwright:clear-cache": "rm -rf ./playwright/.cache",
"playwright:docker": "./scripts/playwright-docker.sh 'npm run playwright'",
"playwright:docker:update": "./scripts/playwright-docker.sh 'npm run playwright:update'",
"playwright:docker:clear-cache": "./scripts/playwright-docker.sh clear-cache"
},
"dependencies": {
"@bem-react/classname": "^1.6.0",
"@gravity-ui/components": "^3.0.0",
"@gravity-ui/date-components": "^2.10.3",
"@gravity-ui/date-utils": "^2.5.5",
"@gravity-ui/i18n": "^1.2.0",
"@gravity-ui/icons": "^2.8.1",
"lodash": "^4.17.20"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.18.6",
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@gravity-ui/eslint-config": "^3.1.1",
"@gravity-ui/prettier-config": "^1.1.0",
"@gravity-ui/stylelint-config": "^4.0.1",
"@gravity-ui/tsconfig": "^1.0.0",
"@gravity-ui/uikit": "^6.0.0",
"@playwright/experimental-ct-react": "^1.40.0",
"@playwright/test": "^1.40.0",
"@storybook/addon-essentials": "^7.0.27",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.0.27",
"@storybook/react-webpack5": "^7.0.27",
"@swc/core": "^1.5.0",
"@swc/jest": "^0.2.36",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "^29.5.0",
"@types/lodash": "^4.14.180",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react-is": "^17.0.3",
"@types/uuid": "^9.0.4",
"@vitejs/plugin-react": "^4.2.0",
"css-loader": "^5.2.6",
"eslint": "^8.49.0",
"final-form": "^4.20.2",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-dart-sass": "^1.0.2",
"gulp-replace": "^1.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"husky": "^7.0.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.5.0",
"jest-transform-css": "^6.0.1",
"monaco-editor": "^0.30.1",
"monaco-editor-webpack-plugin": "^6.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.19",
"prettier": "^3.0.3",
"randexp": "^0.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-final-form": "^6.5.3",
"react-is": "^18.2.0",
"react-monaco-editor": "^0.46.0",
"rimraf": "5.0.5",
"sass": "^1.57.1",
"sass-loader": "^10.1.1",
"storybook": "^7.0.27",
"style-loader": "^2.0.0",
"stylelint": "^15.10.3",
"stylelint-scss": "^5.1.0",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"uuid": "^9.0.1"
},
"peerDependencies": {
"@gravity-ui/uikit": "^6.0.0",
"final-form": "^4.20.2",
"react": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0",
"react-final-form": "^6.5.3",
"react-is": "^16.0.0 || ^17.0.0 || ^18.0.0"
},
"nano-staged": {
"*.{scss}": [
"stylelint --fix --quiet"
],
"*.{js,jsx,ts,tsx}": [
"eslint --fix --quiet"
],
"*.md": [
"prettier --write"
]
}
}