-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.09 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
{
"name": "@mep-agency/web-toolkit-bundle",
"version": "0.0.0",
"author": "Marco Lipparini <[email protected]>",
"license": "MIT",
"private": true,
"dependencies": {
"@codexteam/ajax": "^4.2.0",
"@editorjs/attaches": "^1.2.1",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.23.2",
"@editorjs/embed": "^2.5.1",
"@editorjs/header": "^2.6.1",
"@editorjs/image": "^2.6.1",
"@editorjs/nested-list": "^1.0.2",
"@editorjs/quote": "^2.4.0",
"@editorjs/raw": "^2.3.0",
"@editorjs/table": "^2.0.1",
"@editorjs/warning": "^1.2.0",
"@symfony/webpack-encore": "^1.7.0",
"@types/webpack-env": "^1.16.0",
"autoprefixer": "^10.4.0",
"core-js": "^3.0.0",
"eslint-plugin-header": "^3.1.1",
"postcss-loader": "^6.0.0",
"sass": "^1.42.1",
"sass-loader": "^12.0.0",
"stylelint-plugin-license-header": "^1.0.2",
"ts-loader": "^9.0.0",
"typescript": "^4.4.3",
"webpack-notifier": "^1.6.0"
},
"scripts": {
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
}
}