-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.84 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
{
"name": "@eightshift/ui-components",
"version": "1.8.0",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/infinum/eightshift-ui-components.git"
},
"files": [
"dist"
],
"sideEffects": [
"./dist/assets/*.css"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./icons": "./dist/icons/index.js",
"./utilities": "./dist/utilities/index.js",
"./dist/assets/style.css": "./dist/assets/style.css",
"./dist/assets/fonts.css": "./dist/assets/fonts.css",
"./dist/assets/wp-font-enhancements.css": "./dist/assets/wp-font-enhancements.css",
"./dist/assets/wp-ui-enhancements.css": "./dist/assets/wp-ui-enhancements.css",
"./styles": "./dist/assets/style.css",
"./fonts": "./dist/assets/fonts.css",
"./wp-font-enhancements": "./dist/assets/wp-font-enhancements.css",
"./wp-ui-enhancements": "./dist/assets/wp-ui-enhancements.css",
"./wp-overrides": "./dist/assets/wp.css"
},
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build",
"lint": "npx eslint",
"preview": "vite preview"
},
"peerDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"dependencies": {
"@dnd-kit/abstract": "^0.0.5",
"@dnd-kit/dom": "^0.0.5",
"@dnd-kit/helpers": "^0.0.5",
"@dnd-kit/react": "^0.0.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-jsx-parser": "^2.2.2",
"react-movable": "^3.3.1",
"svg-to-jsx-string": "^0.1.1"
},
"devDependencies": {
"@adobe/react-spectrum": "^3.38.0",
"@dnd-kit/core": "^6.2.0",
"@dnd-kit/modifiers": "^8.0.0",
"@dnd-kit/sortable": "^9.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@eslint/compat": "^1.2.3",
"@react-stately/collections": "^3.12.0",
"@stylistic/eslint-plugin-js": "^2.11.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react-swc": "^3.7.2",
"@wordpress/i18n": "^5.13.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"css-gradient-parser": "^0.0.16",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^50.6.0",
"eslint-plugin-prettier": "^5.2.1",
"framer-motion": "^11.12.0",
"glob": "^11.0.0",
"globals": "^15.12.0",
"just-camel-case": "^6.2.0",
"just-debounce-it": "^3.2.0",
"just-has": "^2.3.0",
"just-is-empty": "^3.4.1",
"just-kebab-case": "^4.2.0",
"just-throttle": "^4.2.0",
"lightningcss": "^1.28.2",
"postcss": "^8.4.49",
"prettier": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.6.9",
"react-aria": "^3.36.0",
"react-aria-components": "^1.5.0",
"react-select": "^5.8.3",
"react-stately": "^3.34.0",
"tailwindcss": "^3.4.15",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.2.0",
"tailwindcss-scoped-preflight": "^3.4.9",
"vite": "^6.0.1",
"vite-plugin-lib-inject-css": "^2.1.1"
}
}