-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
70 lines (70 loc) · 1.92 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
{
"name": "yandex-ui-themer",
"homepage": "http://bem.github.io/yandex-ui-themer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@bem-react/classname": "1.5.9",
"@bem-react/core": "3.0.4",
"@bem-react/di": "2.2.5",
"@types/react": "16.9.0",
"@types/react-color": "3.0.4",
"@types/react-dom": "16.9.0",
"@yandex/themekit": "1.6.7-canary.3118e00",
"@yandex/ui": "3.10.8",
"copy-to-clipboard": "3.3.1",
"deepmerge": "4.2.2",
"effector": "21.6.0",
"effector-react": "21.0.8",
"react": "16.13.1",
"react-color": "2.18.1",
"react-dom": "16.13.1",
"react-scripts": "3.4.1",
"react-toastify": "7.0.3",
"typescript": "4.2.4",
"yaml": "1.10.0"
},
"scripts": {
"build": "react-scripts build",
"start": "react-scripts start",
"mappings:build": "ts-node --skip-project tools/mappingsGenerator.ts",
"tokens:build": "themekit build && npm run mappings:build",
"format:js": "prettier --write src/**/*.{ts,tsx}",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e:dev": "npm-run-all --parallel start cy:open",
"test:e2e": "npm-run-all --parallel --race start cy:run",
"cy:open": "cypress open",
"cy:run": "cypress run"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@testing-library/cypress": "7.0.6",
"@testing-library/react": "11.2.7",
"@types/jest": "26.0.23",
"cypress": "7.4.0",
"gh-pages": "3.1.0",
"identity-obj-proxy": "3.0.0",
"jest": "27.0.3",
"npm-run-all": "4.1.5",
"prettier": "2.1.2",
"ts-jest": "27.0.2"
}
}