-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
45 lines (45 loc) · 1.35 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
{
"name": "reactphp-website",
"version": "2.0.0",
"description": "Source code of reactphp.org",
"repository": "[email protected]:reactphp/website.git",
"author": "Jan Sorgalla <[email protected]>",
"license": "MIT",
"scripts": {
"build": "webpack --config ./config/webpack.config.js --progress",
"watch": "webpack --config ./config/webpack.config.js --progress --watch",
"dev-server": "webpack-dev-server --config ./config/webpack-dev-server.config.js --hot"
},
"browserslist": [
"> 1%",
"last 4 versions",
"Firefox ESR",
"not ie < 10"
],
"dependencies": {
"core-js": "^3.21.0",
"ctrly": "^0.7.0",
"docsearch.js": "^2.6.3",
"domestique": "^1.7.0"
},
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"babel-loader": "^8.2.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.6.0",
"cssnano": "^5.0.16",
"mini-css-extract-plugin": "^2.5.3",
"postcss-assets-webpack-plugin": "^4.1.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-loader": "^6.2.1",
"postcss-preset-env": "^7.3.1",
"style-loader": "^3.3.1",
"webpack": "^5.68.0",
"webpack-cli": "^4.9.2",
"webpack-dev-server": "^4.7.4",
"webpack-manifest-plugin": "^4.1.1"
}
}