-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.48 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
{
"name": "virtuagora-core",
"version": "1.0.0",
"description": "npm dependencies for virtuagora-core",
"author": "virtuagora",
"private": true,
"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",
"https": "vendor/bin/hyper-run -s localhost:8081 -t public",
"http": "php -S 0.0.0.0:8000 -t public",
"server": "php -S 0.0.0.0:8000 -t public & vendor/bin/hyper-run -s localhost:8081 -t public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/virtuagora/virtuagora-core.git"
},
"keywords": [
"virtuagora",
"participation",
"open",
"goverment",
"contents",
"cms"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/virtuagora/virtuagora-core/issues"
},
"homepage": "https://github.com/virtuagora/virtuagora-core#readme",
"devDependencies": {
"axios": "^0.18.1",
"file-loader": "^3.0.1",
"laravel-mix": "^4.1.4",
"resolve-url-loader": "2.3.1",
"sass": "^1.49.9",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"vee-validate": "^2.2.15",
"vue": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-textarea-autosize": "^1.1.1",
"vuedraggable": "^2.24.3"
},
"dependencies": {
"@babel/core": "^7.17.7",
"@babel/preset-env": "^7.16.11",
"@chenfengyuan/vue-qrcode": "^1.0.2",
"animate.css": "^3.7.2",
"buefy": "^0.9.0",
"chart.js": "^2.9.4",
"cross-env": "^5.2.1",
"facebook-sdk-promise": "^1.2.1",
"lodash": "^4.17.21",
"vue-avatar": "^2.3.3",
"vue-carousel": "^0.6.14",
"vue-chartjs": "^3.5.1",
"vue-infinite-loading": "^2.4.5",
"vue-masonry": "^0.11.8",
"vue-recaptcha": "^1.3.0",
"vue-router": "^3.5.3",
"vue-slider-component": "^2.7.5",
"vue-the-mask": "^0.11.1",
"vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1"
}
}