generated from atls-lab/template
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.52 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.52 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
55
56
57
58
59
60
61
62
63
{
"name": "@atls/tinkoff-payment-widget",
"version": "0.1.1",
"license": "BSD-3-Clause",
"type": "module",
"exports": {
".": "./src/index.ts"
},
"main": "src/index.ts",
"files": [
"dist"
],
"scripts": {
"build": "yarn library build",
"prepack": "yarn run build",
"postpack": "rm -rf dist"
},
"dependencies": {
"@atls-ui-parts/button": "0.0.12",
"@atls-ui-parts/condition": "0.0.4",
"@atls-ui-parts/hidden-input": "0.0.6",
"@atls-ui-parts/input": "0.0.13",
"@atls-ui-parts/layout": "0.0.7",
"@atls-ui-parts/text": "0.0.11",
"react-intl": "6.4.4",
"react-laag": "2.0.5",
"styled-tools": "1.7.2"
},
"devDependencies": {
"@emotion/jest": "11.9.4",
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"@testing-library/react": "16.1.0",
"@types/node": "22.10.1",
"@types/react": "18.3.6",
"@types/react-dom": "18",
"@types/styled-system": "5.1.16",
"csstype": "3.1.2",
"global-jsdom": "25.0.0",
"jsdom": "25.0.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"styled-system": "5.1.5"
},
"peerDependencies": {
"@emotion/react": "11.9.3",
"@emotion/styled": "11.9.3",
"react": "18.2.0"
},
"publishConfig": {
"access": "public",
"exports": {
"./package.json": "./package.json",
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
}