29 lines
648 B
JSON
29 lines
648 B
JSON
|
|
{
|
||
|
|
"name": "ufc",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "TO DEVELOP --- Finish %",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"build": "webpack",
|
||
|
|
"build:dev": "webpack",
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"keywords": [],
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"dcjs": "github:dan612/dcjs",
|
||
|
|
"prop-types": "^15.8.1",
|
||
|
|
"react": "^18.2.0",
|
||
|
|
"react-dom": "^18.2.0"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@babel/core": "^7.24.4",
|
||
|
|
"@babel/preset-env": "^7.24.4",
|
||
|
|
"@babel/preset-react": "^7.24.1",
|
||
|
|
"babel-loader": "^9.1.3",
|
||
|
|
"webpack": "^5.91.0",
|
||
|
|
"webpack-cli": "^5.1.4"
|
||
|
|
}
|
||
|
|
}
|