-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.42 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
{
"name": "myprecious-front",
"version": "1.0.0",
"description": "Front application working with My Precious API",
"author": "Audrey Loiseau",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lintfix": "eslint --fix --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint"
},
"dependencies": {
"@nuxtjs/auth": "^4.9.1",
"@nuxtjs/axios": "^5.9.7",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/style-resources": "^1.0.0",
"cross-env": "^7.0.2",
"element-ui": "2.13.0",
"node-sass": "^4.13.1",
"normalize.css": "^8.0.1",
"nuxt": "^2.12.2",
"sass-loader": "^8.0.2",
"vuelidate": "^0.7.5"
},
"devDependencies": {
"@nuxtjs/stylelint-module": "^3.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-loader": "^4.0.0",
"eslint-plugin-prettier": "3.1.3",
"eslint-plugin-vue": "^6.2.2",
"nodemon": "^2.0.3",
"prettier": "^2.0.4",
"stylelint": "^13.3.2",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended-scss": "^4.2.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.1"
}
}