-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 931 Bytes
/
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
{
"name": "rbgridui_designer",
"version": "1.0.0",
"description": "",
"author": "Vojtech Bocek",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint": "eslint --ext .js,.vue ."
},
"dependencies": {
"@nuxtjs/axios": "^5.3.6",
"copy-to-clipboard": "^3.3.1",
"deep-equal": "^2.0.2",
"jszip": "^3.10.1",
"nipplejs": "^0.8.5",
"nuxt": "^2.0.0",
"prismjs": "^1.23.0",
"rfdc": "^1.1.4",
"script-loader": "^0.7.2",
"vue-notification": "^1.3.20"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^2.0.0",
"@nuxtjs/eslint-module": "^1.0.0",
"@nuxtjs/vuetify": "^1.12.3",
"babel-eslint": "^10.0.1",
"eslint": "^6.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-nuxt": ">=0.4.2",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.5"
}
}