This repository has been archived by the owner on Jul 24, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
85 lines (85 loc) · 2.84 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "conch-ui",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"jest": "vue-cli-service test:unit -c=./jest.config.js --passWithNoTests --bail 0",
"jest:coverage": "vue-cli-service test:unit -c=./jest.config.js --coverage --passWithNoTests --bail 0",
"jest:local": "vue-cli-service test:unit -c=./jest.config.js -o --passWithNoTests --bail 0",
"jest:watch": "vue-cli-service test:unit -c=./jest.config.js --watch --passWithNoTests --bail 0",
"jest:watch:all": "vue-cli-service test:unit -c=./jest.config.js --watchAll --passWithNoTests --bail 0",
"start": "vue-cli-service serve"
},
"dependencies": {
"axios": "^0.21.1",
"bulma": "^0.7.1",
"bulma-checkradio": "^1.1.1",
"bulma-tooltip": "^2.0.2",
"bulmaswatch": "^0.7.2",
"clipboard": "^2.0.4",
"core-js": "^3.3.2",
"d3": "^4.10.2",
"fuzzysearch": "^1.0.3",
"is-url": "^1.2.4",
"js-cookie": "^2.2.1",
"lodash": "^4.17.19",
"moment": "^2.22.1",
"progressbar.js": "^1.0.1",
"semver": "^6.1.1",
"v-calendar": "^1.0.0-beta.16",
"vee-validate": "^3.4.1",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vue-toasted": "^1.1.28",
"vuex": "^3.0.1"
},
"devDependencies": {
"@babel/cli": "^7.4.3",
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.2.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-react-jsx": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-plugin-router": "^4.1.1",
"@vue/cli-plugin-unit-jest": "^4.5.9",
"@vue/cli-plugin-vuex": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"@vue/eslint-config-prettier": "^4.0.1",
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.0.5",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^4.0.1",
"css-loader": "^5.0.1",
"eslint": "^5.16.0",
"eslint-plugin-jest": "^22.10.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^1.1.11",
"git-revision-webpack-plugin": "^3.0.3",
"html-webpack-plugin": "^3.2.0",
"jest": "^24.9.0",
"jest-serializer-vue": "^2.0.2",
"mini-css-extract-plugin": "^0.4.0",
"nock": "^10.0.6",
"node-sass": "^4.13.1",
"prettier": "^1.18.2",
"regenerator-runtime": "^0.12.1",
"sass-loader": "^8.0.0",
"style-loader": "^0.21.0",
"vue-jest": "^3.0.2",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.3",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.2.3",
"webpack-merge": "^4.1.2"
},
"license": "Apache-2.0"
}