-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 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
{
"name": "@scaife-viewer/scaife-widgets",
"version": "0.14.0",
"private": false,
"scripts": {
"build": "vue-cli-service build --target lib --name scaife-widgets ./src/index.js",
"test": "vue-cli-service test:unit --coverage",
"lint": "vue-cli-service lint",
"prepare": "yarn build",
"testDebug": "node --inspect-brk node_modules/.bin/jest --runInBand",
"watch": "vue-cli-service build --mode production --formats commonjs --target lib --name scaife-widgets ./src/index.js --watch"
},
"main": "./dist/scaife-widgets.common.js",
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.8",
"@vue/eslint-config-airbnb": "^5.0.0",
"core-js": "^3.3.2",
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lodash.debounce": "^4.0.8",
"node-sass": "^4.13.0",
"query-string": "^6.11.0",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-plugin-unit-jest": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"@vue/eslint-config-prettier": "^5.0.0",
"@vue/test-utils": "1.0.0-beta.29",
"babel-eslint": "^10.0.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^5.0.0",
"prettier": "^1.19.1",
"sass-loader": "^8.0.0",
"style-resources-loader": "^1.3.3",
"vue-cli-plugin-style-resources-loader": "^0.1.4",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.2"
},
"homepage": "https://github.com/scaife-viewer/scaife-widgets#readme",
"repository": {
"type": "git",
"url": "https://github.com/scaife-viewer/scaife-widgets.git"
}
}