-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 2.17 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
{
"private": false,
"version": "0.1.7",
"name": "@bettertogether/community-engine-vue",
"description": "The Better Together Community Engine is a universal community platform",
"author": "Better Together Community Co-op",
"contributors": [
{
"name": "Rob",
"url": "https://github.com/rsmithlal"
}
],
"repository": "better-together-org/community-engine-vue",
"homepage": "https://bebettertogether.ca",
"license": "LGPL-3.0-or-later",
"main": "./src/index.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@babel/polyfill": "^7.12.1",
"@fortawesome/fontawesome-svg-core": "^1.2.34",
"@fortawesome/free-solid-svg-icons": "^5.15.2",
"@fortawesome/vue-fontawesome": "^2.0.2",
"@vue/runtime-dom": "^3.3.4",
"axios": "^1.6.0",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.31.1",
"crip-vue-loading": "^1.2.5",
"devour-client": "^3.1.5",
"mutationobserver-shim": "^0.3.3",
"popper.js": "^1.16.0",
"register-service-worker": "^1.7.2",
"secure-ls": "^1.2.6",
"vue": "^2.6.11",
"vue-form-generator": "^2.3.4",
"vue-router": "^3.4.9",
"vuex": "^3.6.0",
"vuex-persistedstate": "^4.0.0-beta.3"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-e2e-cypress": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-pwa": "~5.0.8",
"@vue/cli-plugin-router": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/eslint-config-airbnb": "^5.3.0",
"@vue/test-utils": "1.1.2",
"babel-eslint": "^10.0.3",
"chai": "^4.1.2",
"cypress": "^12.17.1",
"eslint": "^7.17.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-vue": "^7.4.0",
"html-webpack-plugin": "^5.5.3",
"mini-css-extract-plugin": "^1.3.3",
"portal-vue": "^2.1.6",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"vue-cli-plugin-bootstrap-vue": "~0.8.2",
"vue-template-compiler": "^2.6.11"
}
}