-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.74 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.74 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
{
"name": "nx-website-component",
"version": "1.2.3",
"description": "Nx-Components for Vue.",
"main": "lib/index.js",
"scripts": {
"build": "webpack -wc ./config/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "wang.haoyu",
"license": "MIT",
"files": [
"src",
"lib"
],
"keywords": [
"vue"
],
"bugs": {
"url": "https://github.com/19Qingfeng/Nx-components/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/19Qingfeng/Nx-components.git"
},
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.2.1",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"eslint": "^7.14.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-html": "^6.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-vue": "^6.1.0",
"file-loader": "^6.2.0",
"mini-css-extract-plugin": "^1.3.1",
"node-sass": "^5.0.0",
"postcss-loader": "^4.1.0",
"sass-loader": "^10.1.0",
"style-loader": "^2.0.0",
"vue-loader": "^15.9.5",
"vue-template-compiler": "^2.6.12",
"webpack": "^5.6.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@babel/core": "^7.12.8",
"@babel/runtime": "^7.12.5",
"@babel/runtime-corejs2": "^7.12.5",
"autoprefixer": "^8.0.0",
"core-js": "^3.7.0",
"progressive-image.js": "^1.6.0"
}
}