2021-12-28 01:42:10 +01:00
|
|
|
{
|
|
|
|
"name": "fipamo-dash",
|
2022-06-16 22:43:52 +02:00
|
|
|
"version": "2.5.1-beta",
|
2021-12-28 01:42:10 +01:00
|
|
|
"private": true,
|
|
|
|
"apidoc": {
|
|
|
|
"name": "Fipamo API",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "The most chill API for the most chill blog framework"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@babel/preset-env": "^7.16.5",
|
|
|
|
"babel-cli": "^6.26.0",
|
2022-03-20 02:56:58 +01:00
|
|
|
"eslint": "^8.11.0",
|
2021-12-28 01:42:10 +01:00
|
|
|
"eslint-plugin-babel": "^5.3.1",
|
2022-02-12 19:35:09 +01:00
|
|
|
"parcel": "^2.0.1",
|
2022-05-10 23:13:31 +02:00
|
|
|
"prettier": "^2.6.0",
|
|
|
|
"stylelint": "^14.8.2",
|
|
|
|
"stylelint-config-prettier-scss": "^0.0.1",
|
|
|
|
"stylelint-config-standard-scss": "^3.0.0"
|
2021-12-28 01:42:10 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@babel/core": "^7.16.5",
|
|
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
|
|
"animejs": "^3.2.1",
|
|
|
|
"babel-plugin-prismjs": "^2.1.0",
|
|
|
|
"babel-preset-env": "^1.7.0",
|
|
|
|
"bulma": "^0.9.3",
|
|
|
|
"caret-pos": "^2.0.0",
|
|
|
|
"jsdoc": "^3.6.7",
|
|
|
|
"minami": "^1.2.3",
|
|
|
|
"prismjs": "^1.25.0",
|
|
|
|
"sass": "^1.45.1",
|
|
|
|
"sortablejs": "^1.14.0"
|
|
|
|
},
|
|
|
|
"license": "UNLICENSED",
|
|
|
|
"author": "Are0h",
|
|
|
|
"scripts": {
|
2022-11-03 21:46:36 +01:00
|
|
|
"watch": "npx parcel watch src/com/Start.js --dist-dir public/assets/scripts --public-url /assets/scripts",
|
|
|
|
"build": "npx parcel build src/com/Start.js --dist-dir public/assets/scripts --public-url /assets/scripts"
|
2021-12-28 01:42:10 +01:00
|
|
|
},
|
|
|
|
"description": "Front end script for the most chill blog framework ever.",
|
|
|
|
"repository": "https://code.playvicio.us/Are0h/Fipamo"
|
|
|
|
}
|