-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.03 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
39
40
41
42
43
44
{
"devDependencies": {
"@symfony/stimulus-bridge": "^2.1.0",
"@symfony/webpack-encore": "^1.6.1",
"core-js": "^3.17.3",
"regenerator-runtime": "^0.13.9",
"stimulus": "^2.0.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"prettier": {
"semi": false,
"singleQuote": true
},
"dependencies": {
"@babel/preset-react": "^7.14.5",
"babel-polyfill": "^6.26.0",
"currency.js": "^1.1.3",
"lodash.foreach": "^4.5.0",
"normalize.css": "^8.0.0",
"postcss": "^8.3.6",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^11.1.0",
"postcss-loader": "^4.3.0",
"postcss-reporter": "^5.0.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-svg": "^3.0.2",
"webfontloader": "^1.6.28"
},
"browserslist": [
"> 1%",
"last 5 versions",
"IE 11",
"IE 10"
]
}