-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 885 Bytes
/
package.json
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
{
"name": "rubiks-cube-pattern",
"description": "Rubiks Cube App that shows how much repetition is required to finish a pattern",
"version": "0.0.2",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vite build",
"update": "yarn upgrade && ncu -u && yarn",
"lint": "eslint . --ext .ts,.js,.svelte",
"deploy": "yarn build && firebase deploy"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.3.0",
"@typescript-eslint/parser": "^5.59.7",
"carbon-components-svelte": "^0.75.0",
"carbon-preprocess-svelte": "^0.9.1",
"eslint": ">=8.41.0",
"svelte": "^3.59.1",
"svelte-eslint-parser": "^0.29.0",
"vite": "^4.3.9"
},
"dependencies": {
"humanize-duration": "^3.28.0",
"jquery": "^3.7.0",
"rubiks-cube": "^3.0.0",
"three": "^0.153.0"
}
}