-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.82 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.82 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
{
"name": "abstractplay-designer",
"private": true,
"version": "1.7.5",
"type": "module",
"scripts": {
"dev": "set NODE_ENV=development && vite",
"build-dev": "set NODE_ENV=development && vite build",
"build": "set NODE_ENV=production && vite build",
"preview": "set NODE_ENV=development && vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"deploy": "npx serverless client deploy --no-confirm && aws cloudfront create-invalidation --profile AbstractPlayDev --distribution-id EX4SLWV2O8U6O --paths /*",
"format": "prettier --write --plugin prettier-plugin-svelte .",
"schemas": "npx json2ts -i src/schemas/messages.json -o src/schemas/messages.d.ts",
"full": "npm run schemas && npm run format && npm run build && npm run deploy",
"npm-login": "npm login --scope=@abstractplay --auth-type=legacy --registry=https://npm.pkg.github.com"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"@types/rfdc": "^1.2.0",
"json-schema-to-typescript": "^13.0.2",
"prettier": "^3.0.2",
"prettier-plugin-svelte": "^3.0.3",
"serverless-finch": "^4.0.3",
"shx": "^0.4.0",
"svelte": "^4.0.5",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.0.2",
"vite": "^4.4.5"
},
"dependencies": {
"@abstractplay/renderer": "^1.0.0-ci-28557087704.0",
"@types/html2canvas": "^0.5.35",
"@zerodevx/svelte-toast": "^0.9.6",
"gif.js.optimized": "^1.0.1",
"honeycomb-grid": "^4.1.5",
"html2canvas": "^1.4.1",
"nanoclone": "^1.0.2",
"nanoid": "^4.0.2",
"peerjs": "^1.4.7",
"svelte-awesome-color-picker": "^3.1.4"
}
}