123456789101112131415161718192021222324 |
- {
- "scripts": {
- "dev": "npx webpack serve --config webpack.js"
- },
- "main": "main.js",
- "dependencies": {
- "@babel/core": "^7.16.0",
- "@babel/plugin-syntax-dynamic-import": "^7.8.3",
- "babel-loader": "^8.2.3",
- "config": "^3.3.6",
- "css-loader": "^6.5.1",
- "html-webpack-plugin": "^5.5.0",
- "node-sass": "^6.0.1",
- "sass-loader": "^12.3.0",
- "vue": "^2.6.14",
- "vue-loader": "^15.9.8",
- "vue-router": "^3.5.3",
- "vue-style-loader": "^4.1.3",
- "vue-template-compiler": "^2.6.14",
- "webpack": "^5.64.4",
- "webpack-cli": "^4.9.1",
- "webpack-dev-server": "^4.6.0"
- }
- }
|