Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4113 | Rev 4241 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 4113 Rev 4231
Línea 4... Línea 4...
4
  "description": "",
4
  "description": "",
5
  "main": "require.js",
5
  "main": "require.js",
6
  "scripts": {
6
  "scripts": {
7
    "start": "SET \"NODE_ENV=development\" && npx webpack",
7
    "start": "SET \"NODE_ENV=development\" && npx webpack",
8
    "build": "npx webpack --config webpack.config.js",
8
    "build": "npx webpack --config webpack.config.js",
9
    "dev": "npx webpack --config webpack.config.copia.js"
9
    "dev": "npx webpack --config webpack.config.copia.js",
-
 
10
    "sass_main": "sass public/look-and-field/main.scss:public/look-and-field/main.css --style compressed --no-source-map"
10
  },
11
  },
11
  "keywords": [],
12
  "keywords": [],
12
  "author": "",
13
  "author": "",
13
  "license": "ISC",
14
  "license": "ISC",
14
  "dependencies": {
15
  "dependencies": {
Línea 68... Línea 69...
68
    "terser-webpack-plugin": "^5.3.6",
69
    "terser-webpack-plugin": "^5.3.6",
69
    "webpack": "^5.75.0",
70
    "webpack": "^5.75.0",
70
    "webpack-bundle-analyzer": "^4.7.0",
71
    "webpack-bundle-analyzer": "^4.7.0",
71
    "webpack-cli": "^4.10.0"
72
    "webpack-cli": "^4.10.0"
72
  }
73
  }
73
}
74
}
74
75