-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.77 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
{
"name": "shiningame",
"version": "1.0.0",
"description": "Shiny little extracts from enjoyable games",
"license": "UNLICENSED",
"private": true,
"bugs": {
"url": "https://github.com/ogizanagi/shiningame"
},
"homepage": "https://shiningame.maxime-steinhausser.fr/",
"repository": {
"type": "git",
"url": "git+https://github.com/ogizanagi/shiningame"
},
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "NODE_ENV=production encore production",
"lint": "eslint assets/js --ext .js,.json",
"fix": "eslint assets/js --ext .js,.json --fix"
},
"engines": {
"node": ">=16",
"npm": ">=7"
},
"devDependencies": {
"@hotwired/stimulus": "^3.0.0",
"@swup/debug-plugin": "^1.0",
"@swup/fade-theme": "^1.0",
"@swup/progress-plugin": "^1.2.1",
"@swup/scroll-plugin": "^1.3.1",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/ux-lazy-image": "file:vendor/symfony/ux-lazy-image/Resources/assets",
"@symfony/ux-swup": "file:vendor/symfony/ux-swup/Resources/assets",
"@symfony/webpack-encore": "^3.0.0",
"autoprefixer": "^10.4.7",
"babel-eslint": "^10.1.0",
"core-js": "^3.24.0",
"eslint": "^7.24.0",
"eslint-plugin-json": "^2.1.2",
"file-loader": "^6.2.0",
"postcss": "^8.4.14",
"postcss-import": "^14.1.0",
"postcss-loader": "^6.2.1",
"regenerator-runtime": "^0.13.9",
"sass": "^1.49.11",
"sass-loader": "^13.0.2",
"stimulus": "^2.0.0",
"swup": "^2.0",
"tailwindcss": "^3.1.6",
"webpack-notifier": "^1.15.0"
}
}