This repository has been archived by the owner on Feb 4, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
69 lines (69 loc) · 1.88 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
{
"name": "openbook-org",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "rm -rf dist && vue-cli-service build",
"dev": "npm run build -- --mode development",
"test": "npm run build",
"test:integration": "wdio wdio.conf.js",
"check-translations": "node bin/checkTranslations.js"
},
"dependencies": {
"@panter/vue-i18next": "^0.15.1",
"@xkeshi/vue-countdown": "^0.6.0",
"animate.css": "^3.7.2",
"axios": "^0.18.1",
"browser-locale": "^1.0.3",
"buefy": "^0.8.2",
"bulma": "^0.7.5",
"dayjs": "^1.8.14",
"default-passive-events": "^1.0.10",
"i18next": "^17.0.11",
"i18next-browser-languagedetector": "^3.0.3",
"i18next-xhr-backend": "^3.1.2",
"install": "^0.11.2",
"jquery": "^3.5.0",
"lodash.debounce": "^4.0.8",
"mitt": "^1.1.3",
"normalize.css": "^8.0.1",
"npm": "^6.13.4",
"raven-js": "^3.27.2",
"slick-carousel": "^1.8.1",
"twemoji": "^11.3.0",
"vee-validate": "^2.2.10",
"vue": "^2.6.10",
"vue-recaptcha": "^1.1.1",
"vue-router": "^3.0.6",
"vue-scrollto": "^2.15.0",
"vue-social-sharing": "^2.4.5",
"vue-typed-js": "^0.1.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.2.0",
"@vue/cli-plugin-babel": "^3.8.0",
"@vue/cli-service": "^3.8.3",
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"express": "^4.17.1",
"mocha": "^6.2.0",
"node-sass": "^4.12.0",
"sass-loader": "^6.0.6",
"script-loader": "^0.7.2",
"style-loader": "^0.21.0",
"vue-template-compiler": "^2.6.10",
"wdio-mocha-framework": "^0.6.4",
"wdio-spec-reporter": "^0.1.5",
"webdriverio": "^4.10.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}