This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.18 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "safe-youtube",
"version": "1.0.0",
"description": "Extensao do chrome para avaliar nivel de comentários ruins em um vídeo. Based on: https://github.com/YuraDev/vue-chrome-extension-template",
"author": "[email protected]",
"license": "MIT",
"private": false,
"dependencies": {
"axios": "^0.19.2",
"element-ui": "^2.13.2",
"vue": "^2.6.11",
"lodash": "^4.17.19",
"vue-meta": "^2.4.0",
"vue-pouch": "^0.0.23",
"vue-router": "^3.4.2",
"vuex": "^3.5.1"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "webpack --config ./core/webpack.dev.js --hide-modules",
"build": "webpack --config ./core/webpack.prod.js -p --progress --hide-modules --colors"
},
"devDependencies": {
"archiver": "^5.0.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^7.1.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"buble": "^0.20.0",
"buble-loader": "^0.5.1",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^4.6.0",
"cross-env": "^7.0.2",
"css-loader": "^0.28.7",
"enhanced-resolve": "^4.3.0",
"eslint": "^4.9.0",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-html": "^6.0.2",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue-libs": "^3.0.2",
"extract-text-webpack-plugin": "^3.0.1",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^3.2.0",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"pug": "^2.0.4",
"pug-loader": "^2.3.0",
"sass-loader": "^7.3.1",
"url-loader": "^1.1.2",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"wcer": "^1.0.2",
"webpack": "^3.8.1",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^5.1.1",
"ws": "^7.3.1"
}
}