mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-24 08:52:15 +00:00
Begin moving to NPM/Gulp based build system
There are too many options.
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "PyRIGS",
|
||||
"version": "1.0.0",
|
||||
"repository": "https://github.com/nottinghamtec/PyRIGS",
|
||||
"author": "Tom Price",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"animation": "^0.1.3",
|
||||
"bootstrap": "^4.4.1",
|
||||
"fontawesome": "^5.6.3",
|
||||
"fullcalendar": "^3.10.1",
|
||||
"gulp-flatten": "^0.4.0",
|
||||
"jquery": "^3.4.1",
|
||||
"moment": "^2.24.0",
|
||||
"popper.js": "^1.16.1",
|
||||
"transform": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-clean-css": "^4.2.0",
|
||||
"gulp-concat": "^2.6.1",
|
||||
"gulp-rename": "^2.0.0",
|
||||
"gulp-sass": "^4.0.2",
|
||||
"gulp-uglify": "^3.0.2",
|
||||
"node-sass": "^4.13.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user