@m4l/layouts 0.0.36 → 0.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +0 -71
package/package.json
CHANGED
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@m4l/layouts",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "0.0.36",
|
|
5
|
-
"license": "UNLICENSED",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"dev": "vite",
|
|
8
|
-
"build": "tsc && vite build",
|
|
9
|
-
"preview": "vite preview",
|
|
10
|
-
"lint": "npx eslint src",
|
|
11
|
-
"lint:fix": "npm run lint -- --fix",
|
|
12
|
-
"prettier": "npx prettier src --check",
|
|
13
|
-
"prettier:fix": "npm run prettier -- --write",
|
|
14
|
-
"format": "npm run prettier:fix && npm run lint:fix"
|
|
15
|
-
},
|
|
16
|
-
"dependencies": {
|
|
17
|
-
"@m4l/components": "^0.0.52",
|
|
18
|
-
"react": "^17.0.0 || 18.x",
|
|
19
|
-
"react-dom": "^18.0.0"
|
|
20
|
-
},
|
|
21
|
-
"peerDependencies": {
|
|
22
|
-
"react": "^17.0.0 || 18.x",
|
|
23
|
-
"react-dom": "^18.0.0"
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@emotion/styled": "^11.9.3",
|
|
27
|
-
"@testing-library/react": "^13.3.0",
|
|
28
|
-
"@testing-library/user-event": "^14.2.1",
|
|
29
|
-
"@types/node": "^17.0.40",
|
|
30
|
-
"@types/react": "^18.0.0",
|
|
31
|
-
"@types/react-dom": "^18.0.0",
|
|
32
|
-
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
33
|
-
"@typescript-eslint/parser": "^5.27.1",
|
|
34
|
-
"@vitejs/plugin-react": "^1.3.0",
|
|
35
|
-
"eslint": "^8.17.0",
|
|
36
|
-
"eslint-config-prettier": "^8.5.0",
|
|
37
|
-
"eslint-import-resolver-alias": "^1.1.2",
|
|
38
|
-
"eslint-plugin-import": "^2.26.0",
|
|
39
|
-
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
40
|
-
"eslint-plugin-prettier": "^4.0.0",
|
|
41
|
-
"eslint-plugin-react": "^7.30.0",
|
|
42
|
-
"eslint-plugin-react-hooks": "^4.5.0",
|
|
43
|
-
"eslint-plugin-unused-imports": "^2.0.0",
|
|
44
|
-
"prettier": "^2.6.2",
|
|
45
|
-
"rollup-plugin-terser": "^7.0.2",
|
|
46
|
-
"typescript": "^4.6.3",
|
|
47
|
-
"vite": "^2.9.9",
|
|
48
|
-
"vite-plugin-dts": "^1.2.0",
|
|
49
|
-
"vite-plugin-mkcert": "^1.6.4",
|
|
50
|
-
"vitest": "^0.17.1"
|
|
51
|
-
},
|
|
52
|
-
"files": [
|
|
53
|
-
"dist"
|
|
54
|
-
],
|
|
55
|
-
"main": "./dist/index.js",
|
|
56
|
-
"module": "./dist/index.js",
|
|
57
|
-
"types": "./dist/index.d.ts",
|
|
58
|
-
"type": "module",
|
|
59
|
-
"exports": {
|
|
60
|
-
".": {
|
|
61
|
-
"import": "./dist/index.js"
|
|
62
|
-
}
|
|
63
|
-
},
|
|
64
|
-
"sideEffects": false,
|
|
65
|
-
"publishConfig": {
|
|
66
|
-
"access": "public"
|
|
67
|
-
},
|
|
68
|
-
"engines": {
|
|
69
|
-
"node": ">=12.0.0"
|
|
70
|
-
}
|
|
71
|
-
}
|