-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.32 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": "zakupki",
"version": "1.1.0",
"description": "Zakupki GUI",
"author": "Maciek Lewkowicz m@ciek.lewkowi.cz",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint",
"test": "cypress run",
"cypress": "cypress open"
},
"dependencies": {
"@nuxtjs/axios": "^5.5.4",
"@nuxtjs/pwa": "^3.0.0-beta.16",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"nuxt": "^2.8.1",
"nuxt-env": "^0.1.0",
"sass-loader": "^8.0.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^0.0.1",
"@nuxtjs/eslint-module": "^0.0.1",
"babel-eslint": "^10.0.1",
"cypress": "^3.3.1",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-config-standard": ">=12.0.0",
"eslint-plugin-cypress": "^2.2.1",
"eslint-plugin-import": ">=2.17.3",
"eslint-plugin-jest": ">=22.6.4",
"eslint-plugin-node": ">=9.1.0",
"eslint-plugin-nuxt": ">=0.4.3",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": ">=4.1.1",
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"nodemon": "^1.19.1",
"prettier": "^1.18.2"
}
}