-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.54 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
{
"name": "@jswf/vue",
"version": "1.0.1",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"watch": "webpack --config src/webpack.config.js -w --mode development",
"build": "webpack --config src/webpack.config.js",
"test": "jest"
},
"dependencies": {
"resize-observer-polyfill": "^1.5.1",
"vue-property-decorator": "^8.3.0"
},
"devDependencies": {
"@jswf/manager": "^1.0.1",
"@types/jest": "^24.0.23",
"@types/webpack": "^4.41.0",
"@vue/test-utils": "^1.0.0-beta.30",
"css-loader": "^3.2.1",
"csstype": "^2.6.7",
"jest": "^24.9.0",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.1",
"ts-jest": "^24.2.0",
"ts-loader": "^6.2.1",
"typescript": "^3.7.2",
"url-loader": "^3.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"jest": {
"moduleFileExtensions": [
"ts",
"js"
],
"transform": {
"^.+\\.ts$": "ts-jest"
}
},
"description": "Virtual window component for Vue.js",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JavaScript-WindowFramework/jswf-vue.git"
},
"keywords": ["vue","virtualwindow","splitter"],
"author": "SoraKumo",
"bugs": {
"url": "https://github.com/JavaScript-WindowFramework/jswf-vue/issues"
},
"homepage": "https://github.com/JavaScript-WindowFramework/jswf-vue#readme"
}