-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 964 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
{
"devDependencies": {
"@babel/core": "^7.22.11",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.22.14",
"@symfony/webpack-encore": "^4.4.0",
"core-js": "^3.32.1",
"css-loader": "^6.8.1",
"file-loader": "^6.2.0",
"jquery": "^3.4.1",
"node-sass": "^9.0.0",
"regenerator-runtime": "^0.14.0",
"sass-loader": "^13.3.2",
"style-loader": "^3.3.3",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-notifier": "^1.15.0"
},
"license": "https://github.com/jimstrike/craft-facebook-messenger-customer-chat/blob/master/LICENSE.md",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"watch-production": "encore production --progress --watch",
"build": "encore production --progress"
}
}