-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (45 loc) · 1.2 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": "annotation_tool",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "npx eslint --ext .vue --ext .js .",
"lintfix": "npm run lint -- --fix",
"prepare": "husky install",
"heroku-postbuild": "npm run build",
"cypress:open": "cypress open",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"ajv": "^8.17.1",
"bootstrap": "^4.6.1",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.39.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"nuxt": "^2.17.3",
"papaparse": "^5.4.1",
"vue": "^2.7.16",
"vue-select": "^3.20.3",
"vue-server-renderer": "^2.7.16",
"vue-template-compiler": "^2.7.16",
"webpack": "^4.47.0"
},
"devDependencies": {
"cy-verify-downloads": "^0.2.6",
"cypress": "^13.17.0",
"editorconfig": "^2.0.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-cypress": "^3.6.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"push-dir": "^0.4.1"
}
}