-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.36 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
{
"name": "jp",
"private": true,
"prettier": "@tch1b0/prettier-config",
"scripts": {
"dev": "nuxi dev",
"build": "nuxi build",
"start": "node .output/server/index.mjs",
"test": "test:e2e && test:unit",
"test:e2e": "cypress run",
"test:unit": "jest",
"lint": "eslint . --ext ts --ext js --ext vue",
"lint:fix": "eslint . --ext ts --ext js --ext vue --fix"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.1.0",
"@tch1b0/prettier-config": "^1.0.0",
"@types/jest": "^27.4.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"chai": "^4.3.6",
"cypress": "^10.0.2",
"eslint": "^8.10.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.3"
},
"dependencies": {
"@octokit/rest": "^18.12.0",
"@types/bcrypt": "^5.0.0",
"@types/jstoxml": "^2.0.2",
"@types/remarkable": "^2.0.3",
"autoprefixer": "^10.4.2",
"bcrypt": "^5.0.1",
"highlight.js": "^11.5.0",
"jstoxml": "^2.2.9",
"nanoid": "^3.3.1",
"nuxi": "^3.0.0-rc.12",
"nuxt": "^3.0.0-rc.12",
"postcss": "^8.4.5",
"remarkable": "^2.0.1",
"tailwindcss": "^3.0.15",
"typescript": "^4.8.3",
"vue-chart-3": "^3.1.0"
}
}