-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.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": "admin.els.team",
"version": "1.0.0",
"description": "Admin Panel of els.team",
"author": "Romain Lanz",
"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",
"svg": "vsvg -s assets/icons -t components/icons --es6"
},
"dependencies": {
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/dotenv": "^1.4.1",
"@nuxtjs/pwa": "^3.3.5",
"@slynova/slug": "^1.1.2",
"@vue/composition-api": "^0.3.4",
"date-fns": "^2.24.0",
"dotenv": "^7.0.0",
"flatpickr": "^4.6.9",
"nuxt": "^2.15.8",
"popper.js": "^1.14.7",
"portal-vue": "^1.5.1",
"vue-izitoast": "^1.2.1",
"vue-simplemde": "^0.5.1",
"vuedraggable": "^2.24.3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"autoprefixer": "^9.7.3",
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"eslint": "^5.14.1",
"eslint-loader": "^2.1.2",
"eslint-plugin-vue": "^5.2.2",
"postcss-import": "^12.0.1",
"prettier": "^1.19.1",
"tailwindcss": "^1.1.4",
"vue-svgicon": "^3.2.9"
}
}