-
Notifications
You must be signed in to change notification settings - Fork 188
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.97 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.97 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "reposense",
"version": "1.0.0",
"description": "[](https://ci.appveyor.com/project/eugenepeh/reposense/branch/master)",
"author": "",
"scripts": {
"serve": "vite",
"build": "vue-tsc --noEmit && vite build",
"lint": "eslint src/**/*.{ts,vue} cypress/tests/**/*.js cypress/support.js && stylelint ./src/**/*.{vue,scss,css} && npm run puglint",
"devbuild": "vite build --mode development",
"lintfix": "eslint --fix src/**/*.{ts,vue} cypress/tests/**/*.js cypress/support.js && stylelint --fix ./src/**/*.{vue,scss,css}",
"puglint": "pug-lint-vue src",
"serveOpen": "vite --open",
"serveTestDefault": "vite --mode test-default --port 9000 --open",
"serveTestPortfolio": "vite --mode test-portfolio --port 9001 --open",
"typecheck": "vue-tsc --noEmit"
},
"main": "index.js",
"dependencies": {
"@fontsource/titillium-web": "^5.0.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@types/markdown-it": "^13.0.7",
"@types/minimatch": "^5.1.2",
"@types/seedrandom": "^3.0.8",
"@vitejs/plugin-vue": "^6.0.0",
"highlight.js": "^10.5.0",
"jszip": "^3.5.0",
"markdown-it": "^14.1.0",
"minimatch": "^9.0.0",
"muicss": "^0.10.3",
"normalize.css": "^8.0.1",
"postcss": "^8.4.39",
"pug-lint-vue": "^0.4.0",
"seedrandom": "^3.0.5",
"vite": "^6.2.2",
"vue": "~3.4.0",
"vue-loading-overlay": "^6.0.4",
"vue-observe-visibility": "^1.0.0",
"vue-router": "^4.3.0",
"vuex": "^4.0.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/markdown-it": "^13.0.7",
"@types/minimatch": "^5.1.2",
"@stylistic/stylelint-plugin": "^2.1.0",
"@stylistic/eslint-plugin": "^1.7.0",
"@types/node": "^20.12.4",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.0.0",
"postcss-html": "^1.6.0",
"pug": "^3.0.3",
"pug-plain-loader": "^1.1.0",
"sass": "^1.71.0",
"stylelint": "^16.1.0",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.0.0",
"stylelint-order": "^6.0.4",
"stylelint-webpack-plugin": "^5.0.0",
"typescript": "~4.9.5",
"typescript-eslint": "^7.3.1",
"vite-plugin-eslint2": "^5.0.3",
"vite-plugin-stylelint": "^6.0.0"
},
"bugs": {
"url": "https://github.com/reposense/RepoSense/issues"
},
"directories": {
"doc": "docs"
},
"homepage": "https://github.com/reposense/RepoSense#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/reposense/RepoSense.git"
}
}