mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-09-08 22:00:44 +02:00
33 lines
916 B
JSON
33 lines
916 B
JSON
{
|
|
"name": "phpapprentice",
|
|
"version": "1.0.0",
|
|
"description": "A website for learning PHP",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "./node_modules/.bin/encore dev",
|
|
"watch": "./node_modules/.bin/encore dev --watch",
|
|
"prod": "./node_modules/.bin/encore production"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/restoreddev/phpapprentice.git"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/restoreddev/phpapprentice/issues"
|
|
},
|
|
"homepage": "https://github.com/restoreddev/phpapprentice#readme",
|
|
"devDependencies": {
|
|
"@symfony/webpack-encore": "^0.22.4",
|
|
"autoprefixer": "^8.6.5",
|
|
"postcss-import": "^11.1.0",
|
|
"postcss-loader": "^3.0.0",
|
|
"postcss-simple-vars": "^4.1.0"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-prismjs": "^1.0.2",
|
|
"prismjs": "^1.15.0"
|
|
}
|
|
}
|