mirror of
https://github.com/cupcakearmy/wordpress-template.git
synced 2024-12-21 23:56:29 +00: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"
|
||
|
}
|
||
|
}
|