-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 2.14 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
{
"name": "laravel-folio",
"version": "7.0.0",
"description": "Create webs to publish your content with custom templates.",
"main": "index.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",
"hot": "NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"prod": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nonoesp/laravel-folio.git"
},
"author": "Nono Martínez Alonso, Nono.MA",
"license": "MIT",
"bugs": {
"url": "https://github.com/nonoesp/laravel-folio/issues"
},
"homepage": "https://github.com/nonoesp/laravel-folio",
"devDependencies": {
"axios": "^0.21",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.7",
"browser-sync-webpack-plugin": "^2.2.2",
"cross-env": "^7.0",
"css-loader": "^3.4.2",
"file-loader": "^6.0.0",
"laravel-mix": "^5.0.1",
"lodash": "^4.17.21",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.0",
"sass": "^1.15.2",
"sass-loader": "^8.0.0",
"style-loader": "^1.1.3",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.42.1"
},
"dependencies": {
"folio-scss": "github:nonoesp/folio-scss",
"font-awesome": "^4.7.0",
"jquery": "^3.4.1",
"jquery-lazy": "^1.7.10",
"jquery-unveil": "^1.3.2",
"validate-js": "^2.0.1",
"vue": "^2.6.11",
"vue-focus": "^2.1.0",
"vue-resource": "^1.5.1",
"vuedraggable": "^2.23.2"
}
}