-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.64 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
{
"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.0",
"bulma": "^0.7.4",
"file-loader": "^3.0.1",
"laravel-mix": "^4.0.14",
"resolve-url-loader": "2.3.1",
"sass": "^1.17.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"vee-validate": "^2.1.7",
"vue": "^2.6.6",
"vue-template-compiler": "^2.6.6",
"vue-textarea-autosize": "^1.0.4",
"vuedraggable": "^2.16.0"
},
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"animate.css": "^3.7.0",
"autosize": "^4.0.2",
"babel-preset-env": "^1.7.0",
"buefy": "^0.7.2",
"bulma-badge": "^1.0.1",
"bulma-steps-component": "^0.5.3",
"chart.js": "^2.7.2",
"cross-env": "^5.2.0",
"emoji-awesome": "0.0.2",
"facebook-sdk-promise": "^1.2.1",
"install": "^0.10.4",
"medium-editor": "^5.23.3",
"patternomaly": "^1.3.0",
"turndown": "^4.0.2",
"vue-carousel": "^0.6.14",
"vue-chartjs": "^3.3.1",
"vue-infinite-loading": "^2.3.1",
"vue-masonry": "^0.11.1",
"vue-recaptcha": "^1.1.0",
"vue-router": "^3.0.1",
"vue-slider-component": "^2.6.2",
"vuex": "^3.1.0",
"vuex-persistedstate": "^2.5.4"
}
}