-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.06 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
{
"private": false,
"version": "0.1.2",
"name": "@bettertogether/website",
"description": "The website for Better Together and it's universal community platform, the Community Engine",
"author": "Better Together Community Co-op",
"contributors": [
{
"name": "Rob",
"url": "https://github.com/rsmithlal"
}
],
"repository": "better-together-org/better-together-website",
"homepage": "https://bebettertogether.ca",
"license": "LGPL-3.0-or-later",
"main": "./dist/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",
"@bettertogether/community-engine-vue": "^0.1.1",
"axios": "^1.7.4",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.23.1",
"core-js": "^3.39.0",
"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.31.0",
"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"
}
}