-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.83 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
{
"name": "stranger-strings",
"version": "1.3.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service --mode=development build",
"lint": "vue-cli-service lint",
"test": "vue-cli-service test:unit",
"deploy": "yarn test && yarn build && yarn deploy:functions && yarn deploy:app",
"deploy:app": "firebase deploy --except functions",
"deploy:functions": "yarn --cwd ./functions deploy"
},
"pre-commit": [
"lint",
"test",
"build"
],
"dependencies": {
"@babel/runtime": "^7.1.2",
"@vue/cli-plugin-unit-jest": "^3.0.1",
"bootstrap": "^4.3.1",
"bootstrap-vue": "^2.0.0-rc.27",
"dotenv": "^6.0.0",
"eslint-plugin-jest": "^21.22.0",
"firebase": "^7.21.1",
"firestore": "^1.1.6",
"fuse.js": "^3.2.1",
"jsdom": "^15.2.1",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"nprogress": "^0.2.0",
"particles.js": "^2.0.0",
"ramda": "^0.25.0",
"rtl-detect": "^1.0.2",
"v-tooltip": "^2.0.2",
"vue": "^2.6.10",
"vue-clipboard2": "^0.3.0",
"vue-country-flag": "^1.1.0",
"vue-material-design-icons": "^3.3.1",
"vue-multiselect": "^2.1.0",
"vue-octicon": "^2.1.1",
"vue-router": "^3.0.1",
"vue-virtual-scroller": "^1.0.0-rc.2",
"vuefire": "^1.4.5",
"vuex": "^3.1.1",
"vuex-persist": "^2.0.1"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.1.0",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"@vue/eslint-config-airbnb": "^3.0.1",
"@vue/test-utils": "^1.0.0-beta.20",
"babel-core": "7.0.0-bridge.0",
"babel-jest": "^27.3.1",
"firebase-tools": "^8.11.2",
"jest": "^27.3.1",
"pre-commit": "^1.2.2",
"vue-template-compiler": "^2.6.10"
}
}