Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
{
"name": "menus-card",
"version": "1.0.3",
"description": "This is a test card for display data from Purdue Menus as a Card.",
"main": "index.js",
"license": "UNLICENSED",
"scripts": {
"lint": "npx eslint --ext .jsx,.js src",
"build-dev": "webpack --progress --mode development --env verbose",
"build-prod": "webpack --progress --mode production --env verbose",
"deploy-dev": "webpack --progress --mode development --env verbose --env upload",
"deploy-prod": "webpack --progress --mode production --env verbose --env upload",
"watch-and-upload": "webpack --hot --watch --mode development --env verbose --env upload --env forceUpload",
"start": "webpack serve --mode development --env verbose --env liveReload",
"relay": "relay-compiler"
},
"relay": {
"src": "./src",
"schema": "./schema.graphql",
"language": "javascript",
"exclude": [
"**/node_modules/**",
"**/__mocks__/**",
"**/__generated__/**"
]
},
"dependencies": {
"@apollo/client": "^3.8.8",
"@ellucian/ds-icons": "https://cdn.elluciancloud.com/assets/EDS2/7.6.0/umd/path_design_system_icons.tgz",
"@ellucian/experience-extension-utils": "https://cdn.elluciancloud.com/assets/SDK/utils/1.0.0/ellucian-experience-extension-utils-1.0.0.tgz",
"@ellucian/react-design-system": "https://cdn.elluciancloud.com/assets/EDS2/7.6.0/umd/path_design_system.tgz",
"@mui/icons-material": "^5.14.19",
"babel-plugin-relay": "^16.0.0",
"fs": "^0.0.1-security",
"import-fresh": "^3.3.0",
"module": "^1.2.5",
"node-polyfill-webpack-plugin": "^2.0.1",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"prop-types": "15.7.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intl": "^5.12.5",
"react-relay": "^16.0.0",
"react-router-dom": "5.2.0",
"relay-runtime": "^16.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.3",
"@babel/eslint-parser": "7.23.3",
"@babel/parser": "^7.23.4",
"@babel/plugin-transform-runtime": "7.23.4",
"@babel/plugin-transform-spread": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@ellucian/experience-extension": "https://cdn.elluciancloud.com/assets/SDK/7.5.0/ellucian-experience-extension-7.5.0.tgz",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui/material": "^5.14.18",
"axios": "^1.6.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^9.1.3",
"babel-plugin-relay": "^16.0.0",
"babel-plugin-rewire": "1.2.0",
"babel-preset-react-app": "^9.1.1",
"cross-env": "7.0.2",
"dotenv": "8.2.0",
"eslint": "8.8.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.6.0",
"flux": "^4.0.4",
"graphql": "^16.8.1",
"immutable": "^5.0.0-beta.4",
"moment": "^2.29.4",
"relay-compiler": "^16.0.0",
"relay-compiler-webpack-plugin": "^9.1.0",
"relay-config": "^12.0.1",
"sass": "^1.69.5",
"web-vitals": "^2.1.4",
"webpack": "5.76.0",
"webpack-cli": "4.10.0",
"webpack-dev-server": "4.7.4"
}
}