-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.4 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
{
"name": "vue-jiai-loader",
"version": "0.0.1",
"description": "Jia AI loader help developers auto import Vue component and register them",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack server --config example/webpack.config.js --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luoxifeng/vue-jiai-loader.git"
},
"keywords": [
"vue-loader",
"component",
"JIA",
"AI"
],
"author": "luoxifeng",
"license": "MIT",
"bugs": {
"url": "https://github.com/luoxifeng/vue-jiai-loader/issues"
},
"homepage": "https://github.com/luoxifeng/vue-jiai-loader#readme",
"dependencies": {
"@babel/generator": "^7.14.3",
"@babel/parser": "^7.14.3",
"@babel/template": "^7.12.13",
"@babel/traverse": "^7.14.2",
"@babel/types": "^7.14.4",
"htmlparser2": "^6.1.0",
"vue-loader": "^15.9.7",
"vue-template-compiler": "^2.6.12"
},
"devDependencies": {
"@types/webpack": "^5.28.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"css-loader": "^5.2.6",
"pug": "^3.0.2",
"pug-plain-loader": "^1.1.0",
"raw-loader": "^4.0.2",
"sass-loader": "^11.1.1",
"typescript": "^4.2.4",
"vue": "^2.6.12",
"webpack": "^5.37.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
}
}