-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.55 KB
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "strategy-creator-lugo-bots",
"private": true,
"version": "1.0.0",
"homepage": "https://mauriciorobertodev.github.io/strategy-creator-lugo-bots/",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint:check": "eslint --ignore-path .eslintignore --ext .js,.ts",
"lint:fix": "eslint --ignore-path .eslintignore --ext .js,.ts --fix",
"style:check": "prettier --check 'src/**/*.ts', 'src/**/*.vue'",
"style:fix": "prettier --write 'src/**/*.ts', 'src/**/*.vue'",
"deploy:github": "gh-pages -d dist"
},
"dependencies": {
"@mauricioroberto/math-world": "^0.0.15",
"downloadjs": "^1.4.7",
"highlight.js": "^11.8.0",
"maska": "^2.1.9",
"radix-vue": "^1.9.6",
"uuid": "^9.0.0",
"vue": "^3.2.47",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/downloadjs": "^1.4.3",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/eslint-config-prettier": "^7.1.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.44.0",
"gh-pages": "^5.0.0",
"postcss": "^8.4.25",
"prettier": "^3.0.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.3.2",
"vue-tsc": "^1.4.2"
}
}