-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.15 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
{
"name": "uicomp",
"version": "1.0.0",
"description": "Test uicomp build",
"main": "package/uicomp.js",
"scripts": {
"start": "NODE_ENV=dev webpack serve --config webpack.config.js",
"prod": "NODE_ENV=prod webpack --config webpack.config.js",
"build": "webpack --config webpack.config.build.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"uicomp": "./uicomp-1.0.0.tgz",
"vue": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-arrow-functions": "^7.13.0",
"@babel/plugin-transform-async-to-generator": "^7.13.0",
"@babel/plugin-transform-destructuring": "^7.13.0",
"@babel/plugin-transform-spread": "^7.13.0",
"@babel/preset-env": "^7.13.9",
"@vue/compiler-sfc": "^3.0.2",
"babel-loader": "^8.2.2",
"html-webpack-plugin": "^5.0.0-beta.6",
"vue-loader": "^16.0.0-rc.1",
"webpack": "^5.19.0",
"webpack-cli": "^4.2.0",
"webpack-dev-server": "^3.11.2"
},
"author": "Jim",
"license": "ISC"
}