-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.63 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.63 KB
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
{
"name": "lafinancesengage",
"version": "1.1.0",
"description": "Projet de site web de la finance s'engage",
"repository": "https://github.com/raphydev/fse.git",
"author": "raphael Blehoue <raphaelsampan@gmail.com>",
"license": "MIT",
"private": true,
"devDependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "^10.0.1",
"@ckeditor/ckeditor5-alignment": "^10.0.1",
"@ckeditor/ckeditor5-autoformat": "^10.0.1",
"@ckeditor/ckeditor5-basic-styles": "^10.0.1",
"@ckeditor/ckeditor5-block-quote": "^10.0.1",
"@ckeditor/ckeditor5-build-classic": "^10.1.0",
"@ckeditor/ckeditor5-easy-image": "^10.0.1",
"@ckeditor/ckeditor5-editor-classic": "^10.0.1",
"@ckeditor/ckeditor5-essentials": "^10.1.0",
"@ckeditor/ckeditor5-heading": "^10.0.1",
"@ckeditor/ckeditor5-image": "^10.1.0",
"@ckeditor/ckeditor5-link": "^10.0.2",
"@ckeditor/ckeditor5-list": "^11.0.0",
"@ckeditor/ckeditor5-paragraph": "^10.0.1",
"@symfony/webpack-encore": "^0.20.1",
"copy-webpack-plugin": "^4.5.2",
"dropzone": "^5.4.0",
"jquery": "1.12.4",
"jquery-validation": "^1.17.0",
"less": "^3.0.4",
"less-loader": "^4.1.0",
"node-sass": "^4.9.0",
"popper.js": "^1.14.3",
"sass-loader": "^7.0.3",
"webpack-notifier": "^1.6.0"
},
"scripts": {
"dev-server": "encore dev-server",
"front": "encore dev --config-name frontConfig --watch",
"back": "encore dev --config-name backConfig --watch",
"web": "encore dev --config-name webConfig --watch",
"watch": "encore dev --watch",
"build": "encore production"
},
"dependencies": {
"toastify-js": "^1.3.0"
}
}