-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
40 lines (40 loc) · 1.28 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
{
"name": "@noagenda/website",
"private": true,
"license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^6.1.1",
"@hotwired/stimulus": "^3.0.0",
"@octopodcasting/player": "octopodcasting/player#new-dist",
"@swup/debug-plugin": "^4.0.4",
"@swup/head-plugin": "^2.1.2",
"@swup/matomo-plugin": "^3.0.1",
"@swup/progress-plugin": "^3.1.2",
"@swup/scroll-plugin": "^3.3.1",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^4.5.0",
"@types/jest": "^27.0.1",
"babel-eslint": "^10.1.0",
"babel-jest": "^27.1.0",
"clipboard": "^2.0.6",
"core-js": "^3.0.0",
"eslint": "^8.55.0",
"eslint-plugin-jest": "^24.4.0",
"idb": "^8.0.0",
"jest": "^27.1.0",
"luxon": "^3.1.0",
"normalize.css": "^8.0.1",
"regenerator-runtime": "^0.14.0",
"sass": "^1.38.2",
"sass-loader": "^13.3.2",
"srt-parser-2": "^1.1.8",
"swup": "^4.5.0"
},
"scripts": {
"build": "encore dev",
"watch": "encore dev --watch",
"production": "encore production",
"test": "jest --clearCache && jest",
"test-watch": "jest --clearCache && jest --watch"
}
}