forked from asdoria/SyliusPictogramPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 748 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 748 Bytes
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
{
"name": "pictogram-bundle",
"version": "1.0.0",
"description": "",
"browserslist": [
"last 2 version",
"not Explorer 11",
"not ExplorerMobile 11",
"not dead"
],
"scripts": {
"encore.dev": "encore dev",
"encore.prod": "encore production",
"encore.watch": "encore dev --watch"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"jquery": "^3.6.0",
"semantic-ui-css": "^2.4.1"
},
"devDependencies": {
"@babel/preset-env": "^7.10.3",
"@babel/runtime": "^7.13.10",
"@babel/runtime-corejs2": "^7.13.10",
"@symfony/webpack-encore": "^1.1.2",
"postcss": "^8.2.9",
"postcss-loader": "^5.2.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1"
}
}