-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "codeon.fr",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
"lint": "npm run lint:js",
"predeploy": "nuxt generate",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
},
"dependencies": {
"@nuxtjs/i18n": "^7.3.1",
"core-js": "^3.21.1",
"macy": "^2.5.1",
"nuxt": "^2.15.7",
"vue-eva-icons": "^1.1.1",
"vue-simple-icons": "^4.7.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@nuxtjs/eslint-config": "^6.0.1",
"@nuxtjs/eslint-module": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/style-resources": "^1.2.1",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-nuxt": "^3.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^8.5.0",
"fibers": "^5.0.1",
"gh-pages": "^3.2.3",
"prettier": "^2.5.1",
"push-dir": "^0.4.1",
"sass": "^1.49.9",
"sass-loader": "^10.2.1"
}
}