-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.22 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
73
74
75
76
77
78
79
{
"name": "alpheios-node-build",
"version": "3.5.1",
"description": "Alpheios Node Build Library",
"main": "dist/builder.mjs",
"type": "module",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/alpheios-project/node-build.git"
},
"author": "The Alpheios Project, Ltd.",
"license": "ISC",
"bugs": {
"url": "https://github.com/alpheios-project/node-build/issues"
},
"homepage": "https://github.com/alpheios-project/node-build#readme",
"dependencies": {},
"devDependencies": {},
"peerDependencies": {
"@babel/core": "^7.10.3",
"@babel/plugin-transform-modules-commonjs": "^7.10.1",
"@babel/plugin-transform-runtime": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/register": "^7.10.3",
"@vue/compiler-sfc": "^3.0.0-beta.15",
"archiver": "^4.0.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-dynamic-import-node": "^2.3.3",
"chalk": "^4.1.0",
"css-loader": "^3.6.0",
"command-line-args": "^5.1.1",
"eslint": "^7.3.1",
"eslint-plugin-import": "^2.21.2",
"fibers": "^5.0.0",
"fs-extra": "^9.0.1",
"git-branch": "^2.0.1",
"imagemin": "^7.0.1",
"imagemin-jpegtran": "^7.0.0",
"imagemin-optipng": "^8.0.0",
"imagemin-svgo": "^8.0.0",
"inspectpack": "^4.5.2",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"path": "^0.12.7",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-safe-important": "^1.2.0",
"postcss-scss": "^2.1.1",
"sass": "^1.26.9",
"sass-loader": "^8.0.2",
"source-map-loader": "^1.0.0",
"url-loader": "^4.1.0",
"vue-loader": "^15.9.3",
"vue-style-loader": "^4.1.2",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6.11",
"vue-template-loader": "^1.1.0",
"webpack": "^5.0.0-beta.18",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-cleanup-plugin": "^0.5.1",
"webpack-merge": "^4.2.2"
},
"engines": {
"node": ">= 14.1.0",
"npm": ">= 6.13.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"parserOptions": {
"ecmaVersion": 2019,
"sourceType": "module"
}
}
}