This repository has been archived by the owner on May 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
40 lines (40 loc) · 1.62 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
{
"name": "the-fucking-github",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"chrome-promise": "^3.0.4",
"clipboard": "^2.0.4",
"contents": "^5.0.0",
"cross-env": "^5.2.0",
"element-ui": "^2.7.0",
"font-awesome": "^4.7.0",
"github-api": "^3.0.0",
"github-markdown-css": "^3.0.1",
"jquery": "^3.3.1",
"laravel-mix": "^4.0.15",
"lodash": "^4.17.11",
"lowdb": "^1.0.0",
"shortid": "^2.2.14",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-lazyload": "^1.2.6",
"vue-virtual-scroll-list": "^1.3.4"
},
"scripts": {
"dev": "npm run development",
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"devDependencies": {
"resolve-url-loader": "2.3.1",
"sass": "^1.17.3",
"sass-loader": "7.*",
"vue-template-compiler": "^2.6.10"
}
}