-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
116 lines (116 loc) · 5.32 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"name": "familytree365-client",
"private": true,
"description": "[![Build Status](https://travis-ci.org/laravel/framework.svg)](https://travis-ci.org/laravel/framework) [![Total Downloads](https://poser.pugx.org/laravel/framework/d/total.svg)](https://packagist.org/packages/laravel/framework) [![Latest Stable Version](https://poser.pugx.org/laravel/framework/v/stable.svg)](https://packagist.org/packages/laravel/framework) [![Latest Unstable Version](https://poser.pugx.org/laravel/framework/v/unstable.svg)](https://packagist.org/packages/laravel/framework) [![License](https://poser.pugx.org/laravel/framework/license.svg)](https://packagist.org/packages/laravel/framework)",
"author": "Family Tree 365",
"scripts": {
"serve": "vue-cli-service serve",
"serve:default": "vue-cli-service serve",
"serve:windows": "node_modules\\.bin\\vue-cli-service serve",
"build": "rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean && rm -rf ../public/js/*.map",
"build:default": "rm -rf ..\\/public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean ",
"build:windows": "cd ../public && rd /s /q index.html & rd /s /q js & rd /s /q themes & rd /s /q themes-rtl & rd /s /q images & cd ../client && node_modules\\.bin\\vue-cli-service lint & cross-env NODE_ENV=production node_modules\\.bin\\vue-cli-service build --no-clean --modern --skip-plugins thread-loader",
"dev": "rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean --mode development",
"dev:default": "rm -rf ../public/{js,themes,themes-rtl,images} && vue-cli-service build --no-clean --mode development",
"dev:windows": "cd ../public && rd /s /q index.html && rd /s /q js & rd /s /q themes & rd /s /q themes-rtl & rd /s /q images & cd ../client && node_modules\\.bin\\vue-cli-service lint & cross-env NODE_ENV=development node_modules\\.bin\\vue-cli-service build --no-clean --mode development --skip-plugins thread-loader",
"lint": "vue-cli-service lint",
"lint:default": "vue-cli-service lint",
"lint:windows": "node_modules\\.bin\\vue-cli-service lint",
"postinstall": "opencollective-postinstall && patch-package",
"prod": "npm run build"
},
"main": "vue.config.js",
"dependencies": {
"@enso-ui/accessories": "^4.0",
"@enso-ui/activity-log": "^5.0",
"@enso-ui/bulma": "^5.0.7",
"@enso-ui/calendar": "^5.0",
"@enso-ui/charts": "^4.0",
"@enso-ui/comments": "^4.0",
"@enso-ui/data-import": "^5.0",
"@enso-ui/directives": "^2.0",
"@enso-ui/discussions": "^4.0",
"@enso-ui/documents": "^4.0",
"@enso-ui/filters": "^3.0",
"@enso-ui/forms": "^3.0",
"@enso-ui/how-to": "^5.0",
"@enso-ui/mixins": "^4.0",
"@enso-ui/tables": "^3.0",
"@enso-ui/tasks": "^4.0",
"@enso-ui/teams": "^5.0",
"@enso-ui/themes": "^3.0",
"@enso-ui/transitions": "^2.0",
"@enso-ui/tutorials": "^5.0",
"@enso-ui/ui": "^6.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"@fortawesome/fontawesome-svg-core": "^1.2.2",
"@fortawesome/free-brands-svg-icons": "^5.11.2",
"@fortawesome/free-regular-svg-icons": "^5.11.2",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "3.0.0-5",
"@vue/compat": "^3.2.20",
"animate.css": "^4.0.0",
"axios": "^0.21.1",
"bulma": "^0.9.0",
"core-js": "^3.3.2",
"opencollective": "^1.0.3",
"opencollective-postinstall": "^2.0.0",
"patch-package": "^6.4.7",
"postinstall-postinstall": "^2.0.0",
"pusher-js": "^7.0.0",
"v-tooltip": "^4.0.0-beta.2",
"vue": "^3.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vuex-router-sync": "6.0.0-rc.1"
},
"devDependencies": {
"@sentry/webpack-plugin": "^1.12.1",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"@vue/eslint-config-airbnb": "^5.0.0",
"autoprefixer": "^9.6.1",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^6.0.0",
"cross-env": "^6.0.0",
"eslint": "^7.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-vue": "^8.0.3",
"ignore-assets-webpack-plugin": "^2.0.1",
"mini-css-extract-plugin": "^2.4.0",
"node-sass": "^7.0.0",
"postcss-import": "^14.0.0",
"postcss-loader": "^4.0.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.43.4",
"sass-loader": "10.1.1",
"style-loader": "^2.0.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/Enso"
},
"directories": {
"test": "tests"
},
"false": {},
"jshintConfig": {
"esversion": 6
},
"keywords": [],
"license": "ISC",
"repository": {
"type": "git",
"url": "http://github.com/laravel-enso/enso"
}
}