Skip to content

Commit

Permalink
[TASK] Update package.json by adding typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Sep 16, 2024
1 parent 876f875 commit a4d67aa
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 17 deletions.
27 changes: 14 additions & 13 deletions Resources/Private/Build/package.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
{
"name": "lux",
"description": "Living User Experience - LUX - the marketing automation tool for TYPO3.",
"author": "in2code",
"private": true,
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build && unbuild",
"watch": "./node_modules/gulp/bin/gulp.js default"
},
"name": "lux",
"description": "Living User Experience - LUX - the marketing automation tool for TYPO3.",
"author": "in2code",
"private": true,
"scripts": {
"build": "./node_modules/gulp/bin/gulp.js build && unbuild",
"watch": "./node_modules/gulp/bin/gulp.js default"
},
"devDependencies": {
"@fingerprintjs/botd": "^1.9.1",
"@fingerprintjs/fingerprintjs": "^2.1.0",
"basiclightbox": "^5.0.0",
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@fingerprintjs/botd": "^1.9.1",
"@fingerprintjs/fingerprintjs": "^2.1.0",
"@rollup/plugin-babel": "^5.3.0",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.0.6",
"rollup": "^2.61.1",
"rollup-plugin-terser": "^7.0.2",
"basiclightbox": "^5.0.0",
"gulp": "^4.0.2",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"gulp-uglify": "^3.0.2",
"rollup": "^2.61.1",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.54.3",
"typescript": "^5.6.2",
"ua-parser-js": "^0.7.31",
"unbuild": "^2.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion Resources/Public/JavaScript/Lux/Lux.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Resources/Public/JavaScript/Lux/modern/chunks/Lux.mjs

Large diffs are not rendered by default.

0 comments on commit a4d67aa

Please sign in to comment.