forked from projects/fipamo
e7cd52bd12
Removed 'carot-ps' from dependencies so it had to be removed from scripts calling that package. Also renamed dash script to 'dash.js' just so it's clear it is for the dashboard
35 lines
713 B
JSON
35 lines
713 B
JSON
{
|
|
"name": "fipamo-dash",
|
|
"version": "2.6.0-beta",
|
|
"private": true,
|
|
"apidoc": {
|
|
"name": "Fipamo API",
|
|
"version": "1.0.0",
|
|
"description": "The most chill API for the most chill blog framework"
|
|
},
|
|
"source": "src/com/start.js",
|
|
"main": "public/assets/scripts/dash.js",
|
|
"targets": {
|
|
"main": {
|
|
"includeNodeModules": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"watch": "parcel watch",
|
|
"build": "parcel build"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.21.3",
|
|
"babel-plugin-prismjs": "^2.1.0",
|
|
"parcel": "^2.8.3",
|
|
"prettier": "^2.8.4",
|
|
"stylelint": "^15.3.0",
|
|
"stylelint-config-standard": "^31.0.0"
|
|
},
|
|
"dependencies": {
|
|
"animejs": "^3.2.1",
|
|
"prismjs": "^1.29.0",
|
|
"sortablejs": "^1.15.0"
|
|
}
|
|
}
|