-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
72 lines (72 loc) · 1.97 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
{
"name": "muse-ui-loading",
"version": "0.2.0",
"description": "Muse-UI plugin loading ",
"main": "dist/muse-ui-loading.common.js",
"module": "dist/muse-ui-loading.esm.js",
"unpkg": "dist/muse-ui-loading.js",
"jsdelivr": "dist/muse-ui-loading.js",
"typings": "types/index.d.ts",
"files": [
"dist",
"src",
"types"
],
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test jest -i",
"dev": "NODE_ENV=development parcel demo/index.html",
"lint": "eslint --ext .js src",
"test:coverage": "NODE_ENV=test jest -i --coverage",
"build": "rm -rf dist && rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myronliu347/muse-ui-loading.git"
},
"keywords": [
"muse-ui",
"vue"
],
"author": "myron.liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/myronliu347/muse-ui-loading/issues"
},
"homepage": "https://github.com/myronliu347/muse-ui-loading#readme",
"peerDependencies": {
"vue": "^2.5.0"
},
"devDependencies": {
"autoprefixer": "^8.6.2",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015-rollup": "^3.0.0",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-vue": "^2.0.2",
"eslint-plugin-vue": "^4.5.0",
"jest": "^23.1.0",
"jest-cli": "^23.1.0",
"jest-css-modules": "^1.1.0",
"jest-serializer-html": "^5.0.0",
"less": "^3.0.4",
"muse-ui": "^3.0.0-rc.4",
"parcel-bundler": "1.7.1",
"parcel-plugin-vue": "^1.5.0",
"postcss-modules": "^1.1.0",
"rollup": "^0.60.7",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-postcss": "^1.6.2",
"rollup-plugin-uglify": "^4.0.0",
"vue": "^2.5.16",
"vue-jest": "^2.6.0"
}
}