-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.34 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
49
50
51
{
"name": "vue-rgrid",
"version": "0.1.34",
"author": {
"name": "Ihoshyn Roman",
"email": "igoshin18@gmail.com"
},
"private": false,
"scripts": {
"serve": "vue-cli-service serve --target lib --name vue-rgrid src/main.js",
"build": "vue-cli-service build --target lib --name vue-rgrid src/main.js",
"lint": "vue-cli-service lint"
},
"repository": {
"url": "https://github.com/MasterRO94/vue-rgrid"
},
"main": "dist/vue-rgrid.common.js",
"module": "dist/vue-rgrid.common.js",
"files": [
"src",
"dist/*.js",
"dist/*.js.map"
],
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.5",
"object-hash": "^2.0.3",
"vue-resize-directive": "^1.2.0",
"vuejs-paginate": "^2.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-service": "^4.4.6",
"babel": "^6.23.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"cross-env": "^5.2.1",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.3",
"eslint-plugin-vue": "^5.0.0",
"node-sass": "^4.14.1",
"sass-loader": "^8.0.2",
"vue": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}