wordpress-template/package.json

14 lines
242 B
JSON
Raw Permalink Normal View History

2019-08-25 18:39:19 +02:00
{
"private": true,
"scripts": {
"dev": "parcel watch -d theme/dist ./src/js/index.js ./src/styles/index.styl"
},
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"parcel-bundler": "^1.12.3",
"stylus": "^0.54.7"
}
}