/
githubmirror
/
fullPage.js
Обзор
Документация
Войти
/
githubmirror
/
fullPage.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/module_loaders/webpack-example/package.json
20 строк
491 B
Alvaro Trigo López
- Updating version & dist files & examples
30 янв 2024, 17:49
30 янв 2024, 17:49
776c5c9
Код
Авторство
О чём код?
{ "name": "webpack-example", "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "export SET NODE_OPTIONS=--openssl-legacy-provider && npx webpack --mode development --config webpack.config.js" }, "keywords": [], "author": "", "private": true, "license": "GPLv3", "devDependencies": { "webpack": "^4.19.1", "webpack-cli": "^3.1.1" }, "dependencies": { "fullpage.js": "^4.0.21" } }