-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.57 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.57 KB
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
{
"name": "opencck-cms-admin",
"version": "1.0.0",
"description": "Content management system with content construction",
"scripts": {
"dev": "nuxt --config-file nuxt.config.js",
"build": "nuxt build --config-file nuxt.config.js",
"start": "nuxt start --config-file nuxt.config.js",
"generate": "nuxt generate --config-file nuxt.config.js",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore ."
},
"dependencies": {
"@material/button": "^8.0.0",
"@material/ripple": "^8.0.0",
"@mdi/font": "^5.8.55",
"@nuxtjs/axios": "^5.12.3",
"@nuxtjs/pwa": "^3.3.2",
"@sweetalert2/theme-dark": "^4.0.1",
"@tinymce/tinymce-vue": "^3.2.1",
"lodash": "^4.17.20",
"nuxt": "^2.14.11",
"nuxt-i18n": "^6.16.0",
"sweetalert2": "^10.12.4",
"vue-the-mask": "^0.11.1",
"vuedraggable": "^2.24.3",
"vuetify": "^2.3.21"
},
"devDependencies": {
"@nuxt/types": "^2.14.12",
"@nuxtjs/eslint-config": "^2.0.2",
"@nuxtjs/eslint-module": "^1.1.0",
"@nuxtjs/proxy": "^2.0.1",
"@prettier/plugin-php": "^0.16.0",
"@vue/eslint-config-prettier": "^6.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-nuxt": ">=0.5.2",
"eslint-plugin-prettier": "^3.2.0",
"less": "^3.13.0",
"less-loader": "^7.1.0",
"prettier": "^2.2.1",
"sass": "^1.30.0",
"sass-loader": "^10.1.0"
}
}