-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (62 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (62 loc) · 1.74 KB
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
{
"name": "fluro-vue",
"version": "2.0.96",
"description": "A package to make it easy to build Vue applications that interact with Fluro",
"main": "src/index.js",
"scripts": {
"build": "webpack --mode=production && webpack --mode=production && npm run test",
"dev": "webpack --mode=development --progress --colors --watch",
"test": "mocha --colors ./test/*.spec.js",
"test:watch": "mocha --colors -w ./test/*.spec.js",
"document": "docsify serve ./docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluro-developers/fluro-vue.git"
},
"keywords": [
"fluro",
"vue",
"vuejs"
],
"author": "Cade Embery",
"license": "ISC",
"bugs": {
"url": "https://github.com/fluro-developers/fluro-vue/issues"
},
"homepage": "https://github.com/fluro-developers/fluro-vue#readme",
"dependencies": {
"vuex-map-fields": "^1.4.0"
},
"peerDependencies": {
"fluro": "*"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@vue/cli-plugin-babel": "^3.3.0",
"@vue/cli-plugin-eslint": "^3.3.0",
"@vue/cli-service": "^3.3.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-register": "^6.26.0",
"chai": "^4.2.0",
"css-loader": "^2.1.1",
"ejs-loader": "^0.3.3",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"jsdom": "^14.0.0",
"mocha": "^6.1.2",
"node-sass": "^4.11.0",
"sass-loader": "^7.1.0",
"scss-loader": "0.0.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-vuetify": "^0.5.0",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"vuetify-loader": "^1.0.5",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}