r3-v2/package.json

22 lines
438 B
JSON
Raw Normal View History

2020-02-27 15:24:35 +01:00
{
"name": "r3",
"version": "2.0.0",
"description": "",
"private": true,
"dependencies": {
"webpack": "^4.41.6"
},
"devDependencies": {
"gulp": "^4.0.2",
"webpack-cli": "^3.3.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2020-02-27 17:07:46 +01:00
"build": "webpack --webpack-config.js",
"watch": "webpack --webpack-config.js --watch"
2020-02-27 15:24:35 +01:00
},
"keywords": [],
"author": "",
"license": "ISC"
}