-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.8 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
{
"name": "fuetify",
"version": "0.0.4",
"description": "Vue UI Framework",
"main": "dist/index.js",
"scripts": {
"test": "concurrently \"parcel build test/* --no-cache --no-minify && karma start --single-run\"",
"dev-test": "concurrently npm:dev-test:*",
"dev-test2": "concurrently \"parcel watch test/* --no-cache & karma start\"",
"test:parcel:build": "parcel build test/* --no-cache --no-minify",
"test:karma:single": "karma start --single-run",
"dev-test:parcel": "parcel watch test/* --no-cache",
"dev-test:karma": "karma start",
"build": "parcel build index.js --no-cache --no-minify",
"start": "parcel index.html --no-cache",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crazyones110/Fuetify.git"
},
"keywords": [
"Vue",
"UI",
"framework"
],
"author": "Fan",
"license": "MIT",
"bugs": {
"url": "https://github.com/crazyones110/Fuetify/issues"
},
"homepage": "https://github.com/crazyones110/Fuetify#readme",
"dependencies": {
"concurrently": "^5.0.2",
"vue": "^2.6.11",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.1.0",
"chai": "^4.2.0",
"chai-spies": "^1.0.0",
"git-open": "^2.1.0",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.0",
"karma-mocha": "^1.3.0",
"karma-sinon-chai": "^2.0.2",
"mocha": "^7.0.0",
"parcel-bundler": "^1.12.4",
"sass": "^1.24.2",
"sinon": "^8.0.2",
"sinon-chai": "^3.4.0",
"vue-template-compiler": "^2.6.11",
"vuepress": "^1.3.1"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
},
"files": ["dist"]
}