-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.2 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
{
"name": "@plugin-light/project-config-vue",
"version": "0.0.11",
"main": "./lib/index",
"files": [
"lib/"
],
"repository": {
"type": "git",
"url": "https://github.com/novlan1/plugin-light"
},
"author": "guowangyang",
"homepage": "https://novlan1.github.io/plugin-light//",
"bugs": {
"url": "https://github.com/novlan1/plugin-light/issues"
},
"scripts": {
"build": "rm -rf lib && rollup -c",
"changelog": "node ../../script/monorepo/changelog $PWD",
"bump": "node ../../script/monorepo/version-simple $PWD",
"release": "node ../../script/monorepo/release $PWD"
},
"dependencies": {
"@plugin-light/shared": "workspace:^",
"t-comm": "^1.3.126",
"@plugin-light/webpack-loader-cross-game-style": "workspace:^",
"@plugin-light/webpack-loader-cross-platform": "workspace:^",
"@plugin-light/webpack-loader-ifdef": "workspace:^",
"@plugin-light/webpack-loader-publish": "workspace:^",
"@plugin-light/webpack-plugin-modify-html": "workspace:^",
"filemanager-webpack-plugin": "^2.0.5",
"prerender-spa-plugin": "^3.4.0",
"webpack-bundle-analyzer": "^3.8.0",
"webpack-hooks-shellscripts": "^1.0.2",
"workbox-webpack-plugin": "6"
}
}