-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
47 lines (47 loc) · 1.56 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
47
{
"name": "@cosmicds/carinads",
"version": "0.0.0",
"dependencies": {
"@cosmicds/vue-toolkit": "^0.1.3",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/free-brands-svg-icons": "^6.2.1",
"@fortawesome/free-solid-svg-icons": "^6.2.1",
"@fortawesome/vue-fontawesome": "^3",
"@wwtelescope/engine": "^7.29.3",
"@wwtelescope/engine-pinia": "^0.9.0",
"vue": "^3",
"vuetify": "^3.1.1",
"webpack-plugin-vuetify": "^2.0.0"
},
"devDependencies": {
"@types/nightwatch": "^2.3.30",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@typescript-eslint/typescript-estree": "7.0.0-alpha.0",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-plugin-typescript": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/compiler-sfc": "^3.2.45",
"@vue/eslint-config-typescript": "^11.0.2",
"browserstack-local": "^1.5.5",
"chai": "^4.3.7",
"chromedriver": "^128",
"edgedriver": "^5.3.9",
"eslint": "^8.31.0",
"eslint-plugin-vue": "^9.8.0",
"geckodriver": "^4.3.0",
"less": "^4.2.0",
"less-loader": "^12.1.0",
"nightwatch": "^2.6.16",
"typescript": "latest",
"webpack": "^5.75.0"
},
"scripts": {
"build": "vue-cli-service build",
"clean": "rimraf dist",
"lint": "vue-cli-service lint src --no-fix",
"serve": "vue-cli-service serve",
"test-local": "cd tests; tsc; nightwatch -c dist/local.conf.js --group tests",
"test-bslocal": "cd tests; tsc; node scripts/bslocal.runner.js -c dist/bslocal.conf.js --group tests"
}
}