-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.55 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.55 KB
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
{
"name": "@aidc-toolkit/demo",
"version": "1.0.51",
"description": "Demonstration of AIDC Toolkit",
"type": "module",
"private": true,
"homepage": "https://aidc-toolkit.com",
"repository": {
"type": "git",
"url": "git+https://github.com/aidc-toolkit/demo.git"
},
"bugs": {
"url": "https://github.com/aidc-toolkit/demo/issues"
},
"license": "Apache-2.0",
"author": {
"name": "Kevin Dean",
"email": "Kevin.Dean@datadevelopment.com",
"url": "https://www.linkedin.com/in/kdean"
},
"scripts": {
"lint": "eslint",
"build:base": "tsc --project tsconfig-src.json --noEmit && vite build",
"build:alpha": "npm run build:base && tsc --project tsconfig-config.json --noEmit",
"build:doc": "npm run build:base",
"server": "vite",
"server-preview": "npm run build:doc && vite preview"
},
"devDependencies": {
"@aidc-toolkit/dev": "^1.0.46",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.4.0",
"typescript-plugin-css-modules": "^5.2.0",
"vite": "^7.3.1",
"vite-plugin-svgr": "^4.5.0"
},
"dependencies": {
"@aidc-toolkit/core": "^1.0.47",
"@aidc-toolkit/gs1": "^1.0.49",
"@aidc-toolkit/utility": "^1.0.48",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@mui/icons-material": "^7.3.9",
"@mui/material": "^7.3.9",
"bootstrap": "^5.3.8",
"react": "^19.2.4",
"react-dom": "^19.2.4"
}
}