This repository has been archived by the owner on Dec 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.58 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
{
"name": "meetapp",
"version": "2.0.0",
"description": "meetapp is a service to help you organize events",
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit --passWithNoTests",
"test:unit:watch": "vue-cli-service test:unit --watch --passWithNoTests",
"test:unit:coverage": "vue-cli-service test:unit --coverage --passWithNoTests",
"lint": "vue-cli-service lint --no-fix",
"report": "vue-cli-service build --report"
},
"dependencies": {
"core-js": "^3.8.3",
"normalize.css": "^8.0.1",
"number-to-words": "^1.2.4",
"polished": "^4.1.0",
"sass-rem": "^2.0.1",
"v-click-outside": "^3.1.2",
"vue": "^2.6.12",
"vue-dragscroll": "^2.1.0",
"vue-router": "^3.4.9",
"vuelidate": "^0.7.6",
"vuex": "^3.6.0"
},
"devDependencies": {
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@vue/cli-plugin-babel": "~4.5.11",
"@vue/cli-plugin-eslint": "~4.5.11",
"@vue/cli-plugin-router": "~4.5.11",
"@vue/cli-plugin-unit-jest": "^4.5.11",
"@vue/cli-plugin-vuex": "~4.5.11",
"@vue/cli-service": "~4.5.11",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/test-utils": "^1.1.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.18.0",
"eslint-plugin-jest": "^24.1.3",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.5.0",
"prettier": "^2.2.1",
"sass": "^1.32.5",
"sass-loader": "^10.1.1",
"vue-template-compiler": "^2.6.12"
}
}