-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.85 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
{
"name": "@viivue/frontend-debug",
"outputFilename": "frontend-debug",
"prettyName": "Front-end Debug UI",
"codeName": "FrontEndDebug",
"version": "0.1.0",
"description": "Debug tool for front-end dev.",
"homepage": "https://github.com/viivue/frontend-debug",
"repository": {
"type": "git",
"url": "[email protected]:viivue/frontend-debug"
},
"author": {
"name": "phucbm",
"url": "https://github.com/phucbm"
},
"keywords": [
"phucbm",
"javascript",
"es6"
],
"license": "MIT",
"main": "./dist/frontend-debug.module.js",
"scripts": {
"dev": "webpack serve --config config/webpack.dev.js",
"build": "cross-env ENTRY=dev webpack --config config/webpack.build.js && webpack --config config/webpack.prod.js",
"prod": "webpack --config config/webpack.prod.js && cross-env TARGET=module webpack --config config/webpack.prod.js",
"publish": "npm run prod & npm publish"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/preset-env": "^7.15.8",
"@viivue/atomic-css": "^1.1.6",
"babel-loader": "^8.2.2",
"babel-preset-es2015": "^6.24.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^9.1.0",
"cross-env": "^7.0.3",
"css-loader": "^6.4.0",
"css-minimizer-webpack-plugin": "^3.1.1",
"honcau": "^0.0.2",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.3.2",
"mini-css-extract-plugin": "^2.4.2",
"postcss-loader": "^6.2.0",
"postcss-preset-env": "^6.7.0",
"sass": "^1.43.5",
"sass-loader": "^12.2.0",
"style-loader": "^3.3.0",
"terser-webpack-plugin": "^5.3.1",
"webpack": "^5.58.2",
"webpack-cli": "^4.9.0",
"webpack-dev-server": "^4.3.1",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@phucbm/os-util": "^0.0.5",
"piajs": "^0.1.0"
}
}