-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 854 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
{
"name": "vueInfiniteScroll",
"version": "1.0.0",
"main": "index.js",
"author": "AlexeyShaykov",
"license": "MIT",
"private": null,
"scripts": {
"dev": "NODE_ENV=development webpack-dev-server --open --hot",
"build": "NODE_ENV=production webpack --progress --hide-modules",
"lint": "eslint --ext .js,.vue src/*"
},
"devDependencies": {
"@babel/core": "~7.2",
"babel-loader": "^8.0.6",
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-plugin-vue": "^6.1.2",
"node-sass": "^4.13.1",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^2.3.5",
"vue-loader": "^15.9.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
},
"dependencies": {
"vue": "^2.6.11"
}
}