-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.77 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
{
"name": "@uoe-eng/tabularasa",
"version": "1.33.1",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build --target lib --name tabularasa src/index.js",
"gh-pages": "vue-cli-service build --mode gh-pages --name gh-pages testapp/src/main.js --dest gh-pages",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint",
"prepare": "yarn build",
"test:coverage": "nyc vue-cli-service test:unit"
},
"main": "dist/tabularasa.umd.js",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"dependencies": {
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"primeflex": "^3.3.1",
"primeicons": "^6.0.1",
"primevue": "^3.48.1",
"vee-validate": "^4.10.8"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@vue/cli-plugin-babel": "~5.0.8",
"@vue/cli-plugin-e2e-nightwatch": "~5.0.8",
"@vue/cli-plugin-eslint": "~5.0.8",
"@vue/cli-plugin-vuex": "~5.0.8",
"@vue/cli-service": "~5.0.8",
"@vue/test-utils": "^2.3.1",
"babel-loader": "^9.1.2",
"babel-plugin-istanbul": "^6.1.1",
"babel-polyfill": "^6.26.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chromedriver": "^110.0.0",
"core-js": "^3.29.1",
"eslint": "^7.28.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-prettier-vue": "^4.2.0",
"eslint-plugin-vue": "^9.9.0",
"eslint-webpack-plugin": "^4.0.0",
"faker": "^5.5.3",
"geckodriver": "^3.2.0",
"prettier": "^2.8.4",
"vue": "^3.3.4",
"vuex": "^4.1.0",
"webpack": "^5.0.0"
},
"peerDependencies": {
"vue": "^3.0.11"
}
}