-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
60 lines (60 loc) · 1.83 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": "elao_",
"version": "1.0.0",
"description": "elao website",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/Elao/elao_/issues"
},
"homepage": "https://github.com/Elao/elao_#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Elao/elao_.git"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress",
"lint": "eslint assets/js --ext .js,.json",
"fix": "eslint assets/js --ext .js,.json --fix"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"dependencies": {
"@hotwired/stimulus": "^3.0.0",
"@swup/fade-theme": "^1.0",
"@swup/matomo-plugin": "^1.0.0",
"@swup/progress-plugin": "^1.2.1",
"@swup/scroll-plugin": "^1.3.1",
"@symfony/stimulus-bridge": "^3.1.0",
"aos": "^3.0.0-beta.6",
"prismjs": "^1.24.0"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/eslint-parser": "^7.19.1",
"@babel/preset-env": "^7.20.2",
"@swup/debug-plugin": "^3.0",
"@swup/forms-plugin": "^2.0",
"@swup/slide-theme": "^1.0",
"@symfony/ux-swup": "file:vendor/symfony/ux-swup/assets",
"@symfony/webpack-encore": "^4.1.1",
"autoprefixer": "^10.0.0",
"concurrently": "^6.2.0",
"core-js": "^3.23.0",
"eslint": "^8.27.0",
"eslint-plugin-json": "^3.0.0",
"file-loader": "^6.2.0",
"postcss-loader": "^7.0.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.51.0",
"sass-loader": "^13.2.0",
"swup": "^3.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
}
}