@revisium/admin 0.9.0

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/dist/env.js ADDED
@@ -0,0 +1 @@
1
+ window.__env__ = {}
@@ -0,0 +1,15 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>Revisium</title>
8
+ <script type="text/javascript" src="/env.js"></script>
9
+ <script type="module" crossorigin src="/assets/index-WNkny4oO.js"></script>
10
+ <link rel="stylesheet" crossorigin href="/assets/index-Dyztc8xK.css">
11
+ </head>
12
+ <body>
13
+ <div id="root"></div>
14
+ </body>
15
+ </html>
package/dist/vite.svg ADDED
@@ -0,0 +1 @@
1
+ <svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 256 256" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M192.14,42.55C174.94,33.17,152.16,28,128,28S81.06,33.17,63.86,42.55C45.89,52.35,36,65.65,36,80v96c0,14.35,9.89,27.65,27.86,37.45,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c18-9.8,27.86-23.1,27.86-37.45V80C220,65.65,210.11,52.35,192.14,42.55ZM212,176c0,11.29-8.41,22.1-23.69,30.43C172.27,215.18,150.85,220,128,220s-44.27-4.82-60.31-13.57C52.41,198.1,44,187.29,44,176V149.48c4.69,5.93,11.37,11.34,19.86,16,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c8.49-4.63,15.17-10,19.86-16Zm0-48c0,11.29-8.41,22.1-23.69,30.43C172.27,167.18,150.85,172,128,172s-44.27-4.82-60.31-13.57C52.41,150.1,44,139.29,44,128V101.48c4.69,5.93,11.37,11.34,19.86,16,17.2,9.38,40,14.55,64.14,14.55s46.94-5.17,64.14-14.55c8.49-4.63,15.17-10,19.86-16Zm-23.69-17.57C172.27,119.18,150.85,124,128,124s-44.27-4.82-60.31-13.57C52.41,102.1,44,91.29,44,80s8.41-22.1,23.69-30.43C83.73,40.82,105.15,36,128,36s44.27,4.82,60.31,13.57C203.59,57.9,212,68.71,212,80S203.59,102.1,188.31,110.43Z"></path></svg>
package/package.json ADDED
@@ -0,0 +1,126 @@
1
+ {
2
+ "name": "@revisium/admin",
3
+ "version": "0.9.0",
4
+ "description": "Revisium is a tool (UI/API) inspired by JSON (JSON Schema) and Git, designed to provide a flexible and low-level headless CMS solution.",
5
+ "private": false,
6
+ "homepage": "https://revisium.io",
7
+ "license": "Apache-2.0",
8
+ "author": "Anton Kashirov",
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/revisium/revisium-admin.git"
12
+ },
13
+ "type": "module",
14
+ "files": [
15
+ "dist"
16
+ ],
17
+ "scripts": {
18
+ "dev": "vite",
19
+ "build": "tsc && vite build",
20
+ "prepublishOnly": "npm run build",
21
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
22
+ "lint:fix": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --fix",
23
+ "ts:check": "tsc --noEmit",
24
+ "test": "jest",
25
+ "test:watch": "jest --watch",
26
+ "test:ci": "jest --detectOpenHandles --ci",
27
+ "preview": "vite preview",
28
+ "prettier": "prettier . --write",
29
+ "gql:codegen": "graphql-codegen && npm run prettier",
30
+ "gql:codegen:download": "graphql-codegen --download"
31
+ },
32
+ "dependencies": {
33
+ "@apollo/client": "3.10.4",
34
+ "@atlaskit/drag-and-drop": "0.15.1",
35
+ "@chakra-ui/icons": "2.1.1",
36
+ "@chakra-ui/react": "2.8.2",
37
+ "@emotion/react": "11.11.4",
38
+ "@emotion/styled": "11.11.5",
39
+ "ajv": "8.16.0",
40
+ "date-fns": "3.3.1",
41
+ "framer-motion": "10.16.4",
42
+ "graphql": "16.8.1",
43
+ "graphql-request": "6.1.0",
44
+ "jwt-decode": "4.0.0",
45
+ "mobx": "6.12.3",
46
+ "mobx-react-lite": "4.0.7",
47
+ "mobx-state-tree": "5.4.2",
48
+ "mobx-utils": "6.0.8",
49
+ "nanoid": "3.3.8",
50
+ "react": "18.3.1",
51
+ "react-dom": "18.3.1",
52
+ "react-icons": "5.2.1",
53
+ "react-router-dom": "6.23.1",
54
+ "react-top-loading-bar": "2.3.1",
55
+ "react-use": "17.5.0",
56
+ "react-virtuoso": "4.7.10",
57
+ "vite": "5.4.6",
58
+ "vite-plugin-checker": "0.6.4"
59
+ },
60
+ "devDependencies": {
61
+ "@graphql-codegen/cli": "5.0.2",
62
+ "@graphql-codegen/near-operation-file-preset": "3.0.0",
63
+ "@graphql-codegen/typescript": "4.0.6",
64
+ "@graphql-codegen/typescript-graphql-request": "6.2.0",
65
+ "@graphql-codegen/typescript-operations": "4.2.0",
66
+ "@graphql-codegen/typescript-react-apollo": "4.3.0",
67
+ "@types/jest": "29.5.12",
68
+ "@types/react": "18.2.64",
69
+ "@types/react-dom": "18.2.21",
70
+ "@types/uuid": "9.0.8",
71
+ "@typescript-eslint/eslint-plugin": "8.18.0",
72
+ "@typescript-eslint/parser": "8.18.0",
73
+ "@vitejs/plugin-react-swc": "3.6.0",
74
+ "eslint": "8.57.0",
75
+ "eslint-config-prettier": "9.1.0",
76
+ "eslint-plugin-prettier": "5.1.3",
77
+ "eslint-plugin-react-hooks": "4.6.0",
78
+ "eslint-plugin-react-refresh": "0.4.5",
79
+ "jest": "29.7.0",
80
+ "prettier": "3.2.5",
81
+ "reactotron-mst": "3.1.9",
82
+ "reactotron-react-js": "3.3.14",
83
+ "sass": "1.71.1",
84
+ "ts-jest": "29.1.5",
85
+ "tsconfig-paths": "4.2.0",
86
+ "typescript": "5.4.2",
87
+ "vite-tsconfig-paths": "4.3.2"
88
+ },
89
+ "engines": {
90
+ "node": "20.11.1"
91
+ },
92
+ "browserslist": {
93
+ "development": [
94
+ "last 1 version"
95
+ ],
96
+ "production": [
97
+ "> 0.3%",
98
+ "not dead",
99
+ "not op_mini all",
100
+ "not ie 11"
101
+ ]
102
+ },
103
+ "jest": {
104
+ "modulePaths": [
105
+ "<rootDir>"
106
+ ],
107
+ "moduleFileExtensions": [
108
+ "js",
109
+ "json",
110
+ "ts"
111
+ ],
112
+ "rootDir": "./",
113
+ "testRegex": ".*\\.spec\\.ts$",
114
+ "transform": {
115
+ "^.+\\.(t|j)s$": "ts-jest",
116
+ "^.+\\.(t|j)sx$": "ts-jest"
117
+ },
118
+ "testEnvironment": "node",
119
+ "moduleNameMapper": {
120
+ "\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.ts"
121
+ },
122
+ "setupFilesAfterEnv": [
123
+ "<rootDir>/setup-jest.ts"
124
+ ]
125
+ }
126
+ }