mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2024-10-09 07:43:34 +02:00
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|