-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.91 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
{
"name": "vue-quick-portfolio",
"version": "0.0.1",
"description": "Generate a portfolio by tossing assets and markdown files into a public folder.",
"main": "resources/js/app.js",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "npm run production",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"author": "Chris Johnson <[email protected]>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/pro-light-svg-icons": "^5.8.1",
"@fortawesome/pro-regular-svg-icons": "^5.8.1",
"@fortawesome/pro-solid-svg-icons": "^5.8.1",
"@fortawesome/vue-fontawesome": "^0.1.6",
"axios": "^0.18.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"file-system": "^2.2.2",
"http": "0.0.0",
"https": "^1.0.0",
"lodash": "^4.17.11",
"nprogress": "^0.2.0",
"showdown": "^1.9.0",
"vue": "^2.6.10",
"vue-lazyload": "^1.2.6",
"vue-lazyload-video": "^0.1.14",
"vue-router": "^3.0.2",
"vuex": "^3.1.0"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"browser-sync": "^2.26.3",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^5.2.0",
"dotenv": "^6.1.0",
"laravel-mix": "^4.0.15",
"resolve-url-loader": "^2.3.1",
"sass": "^1.17.4",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.6.10"
}
}