26 lines
714 B
JSON
26 lines
714 B
JSON
{
|
|
"name": "ps_linklist",
|
|
"version": "3.0.4",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "NODE_ENV=production webpack --progress --colors --mode=production",
|
|
"watch": "webpack --progress --watch --colors --mode=development"
|
|
},
|
|
"author": "PrestaShop",
|
|
"license": "AFL-3.0",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.17.9",
|
|
"babel-loader": "^7.1.5",
|
|
"babel-preset-env": "^1.6.0",
|
|
"babel-preset-es2015": "^6.3.13",
|
|
"babel-preset-stage-2": "^6.22.0",
|
|
"path": "^0.12.7",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"terser-webpack-plugin": "^4.2.3",
|
|
"ts-loader": "^8.3.0",
|
|
"uglify-save-license": "^0.4.1",
|
|
"webpack": "^4.41",
|
|
"webpack-cli": "^3.3.10"
|
|
}
|
|
}
|