-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "visualizationbundle",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build-dev": "webpack --watch --config webpack.development.config.js",
"build-css": "gulp deploy",
"watch-css": "gulp",
"build-prod": "webpack --config webpack.production.config.js && gulp deploy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kuestenschmiede/VisualizationBundle.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kuestenschmiede/VisualizationBundle/issues"
},
"homepage": "https://github.com/Kuestenschmiede/VisualizationBundle#readme",
"devDependencies": {
"@babel/core": "^7.26.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@babel/plugin-transform-runtime": "^7.25.7",
"@babel/preset-env": "^7.26.7",
"babel-loader": "^8.4.1",
"clean-webpack-plugin": "^3.0.0",
"compression-webpack-plugin": "^7.1.2",
"echo-loader": "0.0.1",
"gulp": "^5.0.0",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-include": "^2.4.1",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"sass": "^1.83.4",
"webpack": "^5.97.1",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"billboard.js": "^3.14.3"
}
}