-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.78 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
51
52
53
54
55
56
57
58
59
60
{
"name": "echron-liquid",
"version": "1.0.0",
"description": "",
"main": "index.js",
"sideEffects": false,
"dependencies": {
"@sentry/browser": "^8.13.0",
"@sentry/tracing": "^7.1.1",
"css.gg": "^2.0.0",
"jquery": "^3.6.0",
"raven-js": "^3.27.2",
"stimulus": "^3.0.1"
},
"web-types": "./web-types.json",
"devDependencies": {
"@types/grecaptcha": "^3.0.1",
"@types/jquery": "^3.5.11",
"@types/modernizr": "^3.5.3",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"extract-loader": "^5.1.0",
"file-loader": "^6.2.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.3.1",
"imagemin-webp-webpack-plugin": "^3.3.6",
"mini-css-extract-plugin": "^2.4.6",
"nodemon": "^3.0.0",
"sass": "^1.52.2",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.0",
"ts-loader": "^9.2.6",
"typescript": "^5.0.4",
"uglify-js": "^3.15.4",
"webpack": "^5.65.0",
"webpack-cli": "^5.0.1",
"webpack-remove-empty-scripts": "^1.0.1"
},
"scripts": {
"build": "webpack --mode production",
"build-analyse": "webpack --mode production --profile --json > webpack-stats.json",
"build-validate": "webpack configtest",
"dev": "docker-compose up -d web && START unison-sync.bat && webpack --mode development --stats-error-details --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/echron-team/site.git"
},
"engines": {
"node": ">=18.15.0",
"npm": ">=9.5.0"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/echron-team/site#readme"
}