123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "name": "node_project",
- "version": "1.0.0",
- "description": "a test project about node",
- "main": "index.js",
- "scripts": {
- "build": "npx webpack --config=webpack.config.js ",
- "dev": "npx webpack --config=webpack.config.js --mode=development",
- "prod": "npx webpack --config=webpack.config.js --mode=production"
- },
- "author": "louis_wiki",
- "license": "ISC",
- "devDependencies": {
- "@babel/core": "^7.27.1",
- "@babel/preset-env": "^7.27.2",
- "babel-loader": "^10.0.0",
- "browserslist": "^4.24.4",
- "clean-webpack-plugin": "^4.0.0",
- "eslint": "^7.32.0",
- "eslint-loader": "^4.0.2",
- "file-loader": "^6.2.0",
- "html-webpack-plugin": "^5.6.3",
- "mini-css-extract-plugin": "^2.9.2",
- "webpack": "^5.99.5",
- "webpack-cli": "^6.0.1"
- },
- "dependencies": {
- "@vue/compiler-sfc": "^3.5.13",
- "animate.css": "^4.1.1",
- "cannon-es": "^0.20.0",
- "css-loader": "^7.1.2",
- "element-plus": "^2.9.8",
- "path": "^0.12.7",
- "style-loader": "^4.0.0",
- "three": "^0.176.0",
- "three-orbitcontrols-ts": "^0.1.2",
- "vue": "^3.5.13",
- "vue-i18n": "^11.1.3",
- "vue-loader": "^17.4.2",
- "vue-router": "^4.5.0"
- }
- }
|