-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 917 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
{
"name": "micro-php-demo-app",
"version": "1.6.0",
"description": "MicroPHP Demo application",
"main": "index.js",
"repository": "[email protected]:Micro-PHP/skeleton.git",
"author": "Stanislau Komar <[email protected]>",
"license": "MIT",
"private": false,
"scripts": {
"watch": "webpack --mode development --watch",
"dev": "webpack --mode development",
"build": "webpack --mode production"
},
"dependencies": {
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.0.0",
"@hotwired/stimulus": "^3.0.0",
"@popperjs/core": "^2.11.6",
"@symfony/stimulus-bridge": "^3.0.0",
"@symfony/webpack-encore": "^4.1.2",
"file-loader": "^6.0.0",
"node-sass": "^8.0.0",
"sass-loader": "^13.2.0",
"webpack": "^5.75.0",
"webpack-cli": "^4.9.1",
"webpack-notifier": "^1.15.0"
}
}