-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 907 Bytes
/
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
{
"dependencies": {
"@symfony/stimulus-bridge": "^3.2.1",
"@symfony/webpack-encore": "^4.2.0",
"bootstrap": "^5.2.3",
"swiper": "^9.1.0"
},
"name": "portfolio-remy-vincent",
"version": "1.0.0",
"directories": {
"test": "tests"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Virex22/Portfolio.git"
},
"author": "Vincent REMY",
"bugs": {
"url": "https://github.com/Virex22/Portfolio/issues"
},
"homepage": "https://github.com/Virex22/Portfolio#readme",
"description": "",
"devDependencies": {
"@hotwired/stimulus": "^3.2.1",
"sass": "^1.57.1",
"sass-loader": "^13.0.0",
"webpack-notifier": "^1.15.0"
}
}