-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
58 lines (58 loc) · 1.64 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "contenta_vue_nuxt",
"version": "2.0.1",
"repository": "https://github.com/contentacms/contenta_vue_nuxt",
"description": "Nuxt.js client for Contenta CMS",
"author": "yann <[email protected]>",
"contributors": [
{
"name": "Yann",
"email": "[email protected]",
"url": "https://yineo.fr"
},
{
"name": "Mateu Aguiló Bosch",
"email": "[email protected]",
"url": "http://humanbits.es"
}
],
"private": false,
"license": "MIT",
"dependencies": {
"axios": "^0.21.2",
"jsonapi-parse": "^2.0.0",
"nuxt": "^3.0.0",
"vue-lazyload": "1.0.6"
},
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"analyse": "nuxt build --analyse",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"test": "karma start test/unit/karma.conf.js",
"precommit": "npm run lint && npm run test",
"prettier": "prettier --write './**/*.{js,vue}' && eslint './**/*.{js,vue}Difficulty.vue' --fix"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"cross-env": "^4.0.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^3.1.0",
"eslint-config-standard": "^6.2.1",
"eslint-loader": "^4.0.2",
"eslint-plugin-html": "^2.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"eslint-plugin-vue": "^4.7.1",
"jasmine-core": "^2.6.4",
"karma": "^6.4.1",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-webpack": "^5.0.0",
"prettier": "^1.14.3",
"push-dir": "^0.4.1"
}
}