You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "fipamo-theme-kit",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
|
|
|
"parcel": "^2.2.1",
|
|
|
|
"sass": "^1.49.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"watch": "npx parcel watch $npm_package_config_theme_path/styles/base.sass --dist-dir $npm_package_config_theme_dir/assets/css --public-url /assets/css & npx parcel watch $npm_package_config_theme_path/com/Start.js --dist-dir $npm_package_config_theme_dir/assets/scripts --public-url /assets/scripts",
|
|
|
|
"build": "npx parcel build $npm_package_config_theme_path/styles/base.sass --dist-dir $npm_package_config_theme_dir/assets/css --public-url /assets/css & npx parcel build $npm_package_config_theme_path/com/Start.js --dist-dir $npm_package_config_theme_dir/assets/scripts --public-url /assets/scripts",
|
|
|
|
"dev": "php -S localhost:$npm_package_config_port"
|
|
|
|
},
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"config": {
|
|
|
|
"port": "1414",
|
|
|
|
"current_theme": "fipamo-default",
|
|
|
|
"theme_path": "src/themes/theme-$npm_package_config_current_theme",
|
|
|
|
"theme_dir": "src/themes/theme-$npm_package_config_current_theme/$npm_package_config_current_theme"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@parcel/transformer-sass": "^2.2.1"
|
|
|
|
}
|
|
|
|
}
|