-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.69 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
{
"name": "@einride/ui-labs",
"version": "7.61.5",
"description": "Experimental new components that are not yet included in the core package",
"scripts": {
"build": "rollup --config"
},
"devDependencies": {
"@rollup/plugin-image": "3.0.2",
"@rollup/plugin-typescript": "11.1.1",
"@storybook/jest": "0.1.0",
"@storybook/react": "7.0.22",
"@storybook/testing-library": "0.1.0",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"framer-motion": "10.12.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"rollup": "3.25.1",
"typescript": "5.1.3"
},
"peerDependencies": {
"@einride/ui": "^7.45.3",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"react": "^18.0.0"
},
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"main": "./dist/main.cjs.js",
"module": "./dist/main.esm.js",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/main.esm.js",
"require": "./dist/main.cjs.js"
}
},
"keywords": [
"react",
"typescript",
"ui",
"components",
"library"
],
"homepage": "https://github.com/einride/ui",
"repository": {
"type": "git",
"url": "https://github.com/einride/ui.git",
"directory": "packages/einride-ui-labs"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/einride/ui/issues"
},
"license": "MIT",
"author": "Filip Tammergård <[email protected]> https://github.com/filiptammergard",
"engines": {
"node": "16 || 18"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"packageManager": "[email protected]"
}