-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.57 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.57 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
{
"name": "@bildvitta/asteroid",
"description": "Asteroid",
"version": "3.20.0-beta.13",
"author": "Bild & Vitta <systemteam@bild.com.br>",
"license": "MIT",
"scripts": {
"test": "vitest",
"build": "node ./build/build.js",
"build:docs": "cd docs && npm i && npm run build && cd ..",
"lint": "npm run lint:scripts",
"lint:scripts": "npx eslint --ext .js,.vue ./",
"setup": "npm i && npm run setup:app-extension && npm run setup:docs && npm run setup:ui",
"setup:app-extension": "cd app-extension && npm i && cd ..",
"setup:docs": "cd docs && npm i && cd ..",
"setup:ui": "cd ui && npm i && cd ..",
"prepare": "husky install"
},
"devDependencies": {
"@bildvitta/quasar-ui-asteroid": "file:ui",
"@octokit/rest": "^19.0.11",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/test-utils": "^2.3.2",
"axios": "^1.4.0",
"colors": "^1.4.0",
"enquirer": "^2.3.6",
"eslint": "^8.42.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-asteroid": "file:eslint",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^9.25.0",
"execa": "^7.1.1",
"fs-jetpack": "^5.1.0",
"husky": "^8.0.3",
"js-yaml": "^4.1.0",
"jsdom": "^22.1.0",
"lodash": "^4.17.21",
"open": "^9.0.0",
"ora": "^6.3.1",
"postcss-html": "^1.5.0",
"rimraf": "^5.0.1",
"sass": "^1.63.6",
"semver": "^7.5.1",
"vite": "^4.3.9",
"vitest": "^0.32.0",
"vue-eslint-parser": "^9.3.0"
}
}