-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "makdues-ui-1",
"version": "0.0.2",
"description": "MakudesUI ",
"main": "dist/index.js",
"scripts": {
"dev-test": "parcel watch test/* --no-cache & karma start",
"test": "parcel build test/* --no-cache --no-minify && karma start --single-run",
"build": "parcel build index.js --no-cache --no-minify"
},
"repository": "https://github.com/markWIMPER/MakduesUI.git",
"author": "markWIMPER <[email protected]>",
"license": "MIT",
"dependencies": {
"ue": "^0.0.0",
"vue": "2.6.10",
"vue-hot-reload-api": "^2.3.4"
},
"devDependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"chai": "^4.1.2",
"chai-spies": "^1.0.0",
"karma": "^6.4.0",
"karma-chai": "^0.1.0",
"karma-chai-spies": "^0.1.4",
"karma-chrome-launcher": "^3.1.1",
"karma-mocha": "^2.0.1",
"karma-sinon-chai": "^2.0.2",
"mocha": "^10.0.0",
"parcel-bundler": "^1.12.5",
"sass": "^1.54.5",
"sinon": "^14.0.0",
"sinon-chai": "^3.7.0",
"vue-template-compiler": "2.6.10"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.common.js"
}
}