-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.74 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
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "github-stocked-comments",
"version": "1.0.1",
"description": "A Chrome extension project with Vue.js",
"author": "yukihirop <[email protected]>",
"license": "MIT",
"private": false,
"dependencies": {
"@octokit/rest": "^16.13.4",
"bootstrap": "^4.3.1",
"element-ui": "^2.0.1",
"github-injection": "^1.0.1",
"jquery": "^3.5.0",
"lodash": "^4.17.19",
"popper.js": "^1.14.7",
"vue": "^2.5.2",
"vue-router": "^3.0.1",
"vuex": "^3.1.0"
},
"scripts": {
"lint": "eslint --ext .js,.vue src",
"dev": "NODE_ENV=development webpack --config ./build/webpack.dev.js --hide-modules",
"build": "webpack --config ./build/webpack.prod.js --progress --hide-modules --colors",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-decorators": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-function-sent": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/runtime": "^7.3.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^9.0.0",
"babel-jest": "^23.4.2",
"babel-loader": "^8.0.0",
"babel-plugin-module-resolver": "^3.1.3",
"clean-webpack-plugin": "^0.1.18",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^0.28.9",
"dotenv": "^6.2.0",
"eslint": "^4.18.1",
"eslint-config-standard": "^11.0.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-html": "^4.0.2",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^5.1.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.8",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.30.1",
"jest": "^24.0.0",
"language-badge": "^1.0.1",
"mark.js": "^8.11.1",
"marked": "^0.7.0",
"node-sass": "^4.7.2",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"pug": "^2.0.0-rc.4",
"pug-loader": "^2.3.0",
"sass-loader": "^6.0.6",
"url-loader": "^0.6.2",
"vue-jest": "^3.0.2",
"vue-loader": "^14.1.1",
"vue-template-compiler": "^2.5.13",
"wcer": "^1.0.3",
"webpack": "^3.8.1",
"webpack-merge": "^4.1.1",
"zip-webpack-plugin": "^2.1.0"
}
}