-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.78 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.78 KB
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
{
"name": "dark-theme-painter",
"version": "1.0.0",
"description": "Pixso plugin for copying Plasma components/frames with dark theme tokens",
"author": "Salute Frontend Team <salute.developers@gmail.com>",
"license": "MIT",
"scripts": {
"build": "plugin-cli build",
"dev": "plugin-cli dev",
"pkg": "plugin-cli pkg"
},
"dependencies": {
"@salutejs/plasma-icons": "1.226.0",
"@salutejs/sdds-serv": "0.327.0",
"@salutejs/sdds-themes": "0.48.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"styled-components": "5.3.1"
},
"devDependencies": {
"@commitlint/cli": "17.4.4",
"@commitlint/config-conventional": "17.4.4",
"@pixso/plugin-cli": "^1.0.7",
"@pixso/plugin-typings": "^0.5.0",
"@salutejs/eslint-config": "1.2.0",
"@salutejs/eslint-config-base": "0.4.0",
"@salutejs/prettier-config": "0.3.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"@typescript-eslint/eslint-plugin": "5.48.2",
"@typescript-eslint/parser": "5.48.2",
"eslint": ">= 8.32.0",
"eslint-config-airbnb": "18.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-cypress": "2.11.1",
"eslint-plugin-flowtype": "4.7.0",
"eslint-plugin-import": ">= 2.27.4",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-react": "7.19.0",
"eslint-plugin-react-hooks": "3.0.0",
"lint-staged": "13.1.2",
"prettier": "2.0.5",
"stylelint": "16.26.1",
"stylelint-config-recommended": "3.0.0",
"stylelint-config-styled-components": "0.1.1",
"stylelint-order": "7.0.0",
"stylelint-prettier": "1.1.2",
"stylelint-processor-styled-components": "1.10.0",
"terminal-link": "3.0.0",
"webpack-hot-middleware": "2.25.3"
}
}