-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.65 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.65 KB
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
{
"name": "react-meme",
"version": "1.0.2",
"private": "true",
"description": "This example app shows how React can be used in Script App portlets. It uses DX modular themes aggregator capability to provide React and ReactDOM.",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --open",
"check-env": "node -e 'console.log(process.env)' | grep npm",
"build": "webpack --config webpack.prod.js",
"dx:deploy": "node dxclient.mjs "
},
"keywords": [],
"author": "Christian Klein",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^10.0.1",
"clean-webpack-plugin": "^4.0.0",
"file-loader": "^6.2.0"
},
"devDependencies": {
"dotenv": "^16.4.5",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^9.0.0",
"copy-webpack-plugin": "^12.0.0",
"css-loader": "^7.0.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-loader": "^5.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.6.1",
"node-sass": "^9.0.0",
"sass-loader": "^14.0.0",
"style-loader": "^4.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.0.0",
"webpack-merge": "^6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/HCL-TECH-SOFTWARE/sample-react-script-application.git"
},
"bugs": {
"url": "https://github.com/HCL-TECH-SOFTWARE/sample-react-script-application/issues"
},
"homepage": "https://github.com/HCL-TECH-SOFTWARE/sample-react-script-application"
}