-
Notifications
You must be signed in to change notification settings - Fork 43
/
package.json
84 lines (84 loc) · 2.58 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"license": "GPL-3.0-or-later",
"private": true,
"browserslist": [
"> 0.5%",
"last 2 versions",
"not dead"
],
"engines": {
"node": ">=16"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack --mode production",
"pipeline": "yarn install;yarn build",
"analyze": "source-map-explorer 'DistributionPackages/Neos.NeosIo/Resources/Public/Scripts/*.js'"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.7.0",
"@fortawesome/fontawesome-free": "^5.11.2",
"babel-polyfill": "^6.5.0",
"get-closest": "0.0.4",
"hash-change": "^0.1.0",
"in-viewport": "^3.4.1",
"leaflet": "^1.5.1",
"leaflet.markercluster": "^1.4.1",
"lightness": "^1.0.0",
"lodash.debounce": "^4.0.6",
"preact": "^10.0.4",
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.6.0",
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"@babel/preset-typescript": "^7.6.0",
"@types/mini-css-extract-plugin": "^2.0.0",
"@types/terser-webpack-plugin": "^5.0.0",
"@types/webpack": "^5.28.0",
"amcharts3": "^3.21.15",
"autoprefixer": "^10.3.0",
"babel-loader": "^8.0.4",
"css-loader": "^6.2.0",
"cssnano": "^5.0.0",
"mini-css-extract-plugin": "^2.1.0",
"node-sass": "^8.0.0",
"node-sass-glob-importer": "^5.3.2",
"pleeease-filters": "^4.0.0",
"postcss": "^8.0.0",
"postcss-assets": "^6.0.0",
"postcss-calc": "^8.0.0",
"postcss-clip-path-polyfill": "^1.1.0",
"postcss-easing-gradients": "^3.0.1",
"postcss-easings": "^3.0.0",
"postcss-flexbugs-fixes": "^5.0.0",
"postcss-focus": "^5.0.0",
"postcss-loader": "^7.0.0",
"postcss-momentum-scrolling": "^3.13.0",
"postcss-normalize": "^10.0.0",
"postcss-preset-env": "^7.7.2",
"postcss-pxtorem": "^6.0.0",
"postcss-quantity-queries": "^0.5.0",
"postcss-reporter": "^7.0.0",
"postcss-responsive-type": "^1.0.0",
"postcss-round-subpixels": "^2.0.0",
"postcss-sort-media-queries": "^4.2.1",
"postcss-url": "^10.0.0",
"postcss-vmax": "^1.0.0",
"prettier": "^2.3.0",
"prettier-loader": "^3.3.0",
"sass-loader": "^13.0.0",
"sort-css-media-queries": "^2.0.0",
"source-map-explorer": "^2.5.2",
"terser-webpack-plugin": "^5.1.3",
"ts-loader": "^9.2.0",
"ts-node": "^10.1.0",
"typescript": "^4.3.0",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.0"
}
}