This repository was archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.7 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
{
"name": "larastrator",
"version": "0.0.2-alpha.5",
"description": "A lightweight admin panel components",
"main": "index.js",
"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": "npm run development -- --watch",
"minify": "npm run production",
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/the94air/larastrator.git"
},
"keywords": [
"larastrator",
"tailwindcss",
"vuejs2",
"fontawesome5",
"admin-panel",
"lightweight",
"vue-good-table",
"vue-slide-up-down",
"vue-notification"
],
"author": "Abdalla Arbab",
"license": "MIT",
"devDependencies": {
"cross-env": "^5.2.0",
"laravel-mix": "^4.0.13",
"postcss-import": "^12.0.1",
"resolve-url-loader": "^3.0.0",
"sass": "^1.15.3",
"sass-loader": "^7.1.0",
"tailwindcss": "^0.6.6",
"vue": "^2.5.21",
"vue-good-table": "^2.16.0",
"vue-notification": "^1.3.14",
"vue-slide-up-down": "^1.6.0",
"vue-slideout": "^1.7.0",
"vue-template-compiler": "^2.5.21"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.12",
"@fortawesome/free-regular-svg-icons": "^5.6.3",
"@fortawesome/free-solid-svg-icons": "^5.6.3",
"@fortawesome/vue-fontawesome": "^0.1.4"
},
"bugs": {
"url": "https://github.com/the94air/larastrator/issues"
},
"homepage": "https://larastrator.js.org"
}