@veracity/ai 0.0.17 → 1.0.1

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.
Files changed (1) hide show
  1. package/package.json +64 -43
package/package.json CHANGED
@@ -1,43 +1,64 @@
1
- {
2
- "name": "@veracity/ai",
3
- "version": "0.0.17",
4
- "type": "module",
5
- "main": "dist/veracity-ai.umd.js",
6
- "module": "dist/veracity-ai.es.js",
7
- "types": "dist/index.d.ts",
8
- "scripts": {
9
- "dev": "vite",
10
- "build": "vite build",
11
- "preview": "vite preview",
12
- "test:browser": "vite --open /test_in_browser.html",
13
- "format": "prettier --write ."
14
- },
15
- "dependencies": {
16
- "highlight.js": "^11.9.0",
17
- "katex": "^0.16.9",
18
- "mdast-util-from-markdown": "^2.0.0",
19
- "mdast-util-gfm-table": "^2.0.0",
20
- "mdast-util-math": "^3.0.0",
21
- "micromark-extension-gfm-table": "^2.0.0",
22
- "micromark-extension-math": "^3.0.0",
23
- "pyodide": "^0.25.0",
24
- "whatwg-fetch": "^3.6.20"
25
- },
26
- "devDependencies": {
27
- "@tailwindcss/typography": "^0.5.10",
28
- "autoprefixer": "^10.4.17",
29
- "mini-svg-data-uri": "^1.4.4",
30
- "postcss": "^8.4.35",
31
- "prettier": "^3.2.5",
32
- "sass": "^1.71.1",
33
- "tailwindcss": "^3.4.1",
34
- "typescript": "^5.2.2",
35
- "vite": "^5.1.0",
36
- "vite-plugin-dts": "^3.7.2",
37
- "vite-plugin-mkcert": "^1.17.3"
38
- },
39
- "files": [
40
- "dist/**/*",
41
- "README.md"
42
- ]
43
- }
1
+ {
2
+ "name": "@veracity/ai",
3
+ "version": "1.0.1",
4
+ "description": "Veracity AI UI",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://dnvgl-one.visualstudio.com/Veracity/_git/AN_Veracity.AI"
8
+ },
9
+ "contributors": [
10
+ {
11
+ "name": "Emil Müller",
12
+ "email": "emil.mueller@dnv.com"
13
+ },
14
+ {
15
+ "name": "Aleksandra Czerwińska",
16
+ "email": "ola.czerwinska@dnv.com"
17
+ },
18
+ {
19
+ "name": "Xiao Gang Tony Tong",
20
+ "email": "xiao.gang.tony.tong@dnv.com"
21
+ }
22
+ ],
23
+ "license": "MIT",
24
+ "private": false,
25
+ "type": "module",
26
+ "main": "dist/veracity-ai.umd.js",
27
+ "module": "dist/veracity-ai.es.js",
28
+ "types": "dist/index.d.ts",
29
+ "scripts": {
30
+ "dev": "vite",
31
+ "build": "vite build",
32
+ "preview": "vite preview",
33
+ "test:browser": "vite --open /test_in_browser.html",
34
+ "format": "prettier --write ."
35
+ },
36
+ "dependencies": {
37
+ "highlight.js": "^11.9.0",
38
+ "katex": "^0.16.9",
39
+ "mdast-util-from-markdown": "^2.0.0",
40
+ "mdast-util-gfm-table": "^2.0.0",
41
+ "mdast-util-math": "^3.0.0",
42
+ "micromark-extension-gfm-table": "^2.0.0",
43
+ "micromark-extension-math": "^3.0.0",
44
+ "pyodide": "^0.25.0",
45
+ "whatwg-fetch": "^3.6.20"
46
+ },
47
+ "devDependencies": {
48
+ "@tailwindcss/typography": "^0.5.10",
49
+ "autoprefixer": "^10.4.17",
50
+ "mini-svg-data-uri": "^1.4.4",
51
+ "postcss": "^8.4.35",
52
+ "prettier": "^3.2.5",
53
+ "sass": "^1.71.1",
54
+ "tailwindcss": "^3.4.1",
55
+ "typescript": "^5.2.2",
56
+ "vite": "^5.1.0",
57
+ "vite-plugin-dts": "^3.7.2",
58
+ "vite-plugin-mkcert": "^1.17.3"
59
+ },
60
+ "files": [
61
+ "dist/**/*",
62
+ "README.md"
63
+ ]
64
+ }