-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1023 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "lite-php",
"version": "",
"description": "Micro PHP Web Framework",
"main": "gulpfile.mjs",
"scripts": {
"start": "node ./node_modules/gulp-cli/bin/gulp.js default",
"watch": "node ./node_modules/gulp-cli/bin/gulp.js watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArefShojaei/Lite-PHP.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ArefShojaei/Lite-PHP/issues"
},
"homepage": "https://github.com/ArefShojaei/Lite-PHP#readme",
"devDependencies": {
"@babel/core": "^7.24.5",
"@babel/preset-env": "^7.24.5",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^9.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-cli": "^3.0.0",
"gulp-concat": "^2.6.1",
"gulp-copy": "^4.0.1",
"gulp-imagemin": "^9.1.0",
"gulp-rev": "^11.0.0",
"gulp-sass": "^5.1.0",
"gulp-size": "^5.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.77.1"
}
}