-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
47 lines (47 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
46
47
{
"name": "example-cli-github-action",
"version": "1.0.0",
"description": "@relative-ci/agent webpack plugin setup example for Github Action",
"main": "index.js",
"scripts": {
"start": "webpack serve",
"build": "webpack --mode production --json artifacts/webpack-stats.json",
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [],
"author": {
"name": "Viorel Cojocaru",
"email": "vio@relative-ci.com",
"url": "https://relative-ci.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/relative-ci/example-cli-github-action/issues"
},
"homepage": "https://github.com/relative-ci/example-cli-github-action#readme",
"devDependencies": {
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@babel/preset-react": "7.10.4",
"@relative-ci/agent": "4.1.9",
"@svgr/webpack": "5.4.0",
"autoprefixer": "10.0.1",
"babel-loader": "8.1.0",
"copy-webpack-plugin": "6.2.1",
"css-loader": "4.3.0",
"cssnano": "4.1.10",
"file-loader": "6.1.1",
"html-webpack-plugin": "4.5.0",
"mini-css-extract-plugin": "1.0.0",
"postcss": "8.2.13",
"postcss-loader": "4.0.4",
"webpack": "5.0.0",
"webpack-cli": "4.0.0",
"webpack-dev-server": "3.11.0"
},
"dependencies": {
"antd": "^4.6.5",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}