-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.36 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.36 KB
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
{
"name": "starter-pwa",
"version": "1.0.0",
"description": "PWA Starter Kit for Enonic XP",
"repository": {
"type": "git",
"url": "git+https://github.com/enonic/starter-pwa.git"
},
"scripts": {
"build": "./gradlew build",
"lint": "eslint src/**/*.js --quiet --cache",
"fix": "eslint --fix src/**/*.js --cache",
"watch": "./gradlew -t deploy"
},
"keywords": [
"enonic",
"workbox",
"webpack",
"pwa"
],
"author": "Alan Semenov",
"license": "ISC",
"bugs": {
"url": "https://github.com/enonic/starter-pwa/issues"
},
"homepage": "https://github.com/enonic/starter-pwa#readme",
"devDependencies": {
"@enonic/eslint-config": "^2.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"eslint": "^9.39.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-prettier": "^5.5.4",
"eslint-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"less": "^4.4.2",
"less-loader": "^12.3.0",
"mini-css-extract-plugin": "^2.9.4",
"style-loader": "^4.0.0",
"webpack": "^5.105.0",
"webpack-cli": "^6.0.1",
"workbox-webpack-plugin": "^7.4.0"
},
"dependencies": {
"jquery": "^3.7.1",
"toast-me": "^1.5.0"
},
"engines": {
"node": ">= 22.16.0",
"npm": ">= 10.9.2"
}
}