-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.36 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
{
"name": "gameface-ui-template",
"version": "3.0.0",
"description": "",
"scripts": {
"start": "vite",
"dev": "concurrently \"vite\" \"npm run gen-icons -- --watch\"",
"build": "npm run gen-icons && vite build",
"run-test": "node ./scripts/test.js",
"dev:host": "vite --host --mode test",
"build:test": "npm run gen-icons&&vite build --mode test",
"gen-icons": "node scripts/generate-icon-types.js",
"preview": "vite preview --port 3000 --host",
"test": "npm run build:test&&start-server-and-test preview http://localhost:3000/components-e2e/ run-test",
"dev:test-view": "vite --mode test"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.27.0",
"concurrently": "^9.2.1",
"eslint": "^9.27.0",
"gameface-e2e": "^2.3.0",
"sass": "^1.89.2",
"start-server-and-test": "^2.0.12",
"typescript": "^5.6.3",
"typescript-eslint": "^8.32.1",
"vite": "^5.4.10",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-solid": "^2.10.2",
"vite-plugin-solid-svg": "^0.8.1"
},
"dependencies": {
"@solid-primitives/jsx-tokenizer": "^1.1.1",
"@types/node": "^22.9.0",
"coherent-gameface-interaction-manager": "^3.0.1",
"cors-env": "^1.0.2",
"dotenv": "^17.2.0",
"glob": "^11.0.0",
"solid-js": "^1.9.3",
"vite-gameface": "^1.0.3",
"vite-solid-style-to-css": "^1.0.1"
}
}