Adds DFs
This commit is contained in:
80
spec/fixtures/dynamic_finders/plugin_version/tiket-payment-invoicing/composer_file/package.json
vendored
Normal file
80
spec/fixtures/dynamic_finders/plugin_version/tiket-payment-invoicing/composer_file/package.json
vendored
Normal file
@@ -0,0 +1,80 @@
|
||||
{
|
||||
"name": "tiket-on-wordpress",
|
||||
"version": "1.0.4",
|
||||
"description": "React boilerplate for WordPress plugins",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "webpack --progress --colors --watch --mode=development",
|
||||
"prod": "webpack --progress --colors -p --config webpack.config.js --mode=production"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/gopangolin/tiket-on-wordpress.git"
|
||||
},
|
||||
"keywords": [
|
||||
"wordpress",
|
||||
"react",
|
||||
"plugin",
|
||||
"webpack"
|
||||
],
|
||||
"author": "Pangolin",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/gopangolin/tiket-on-wordpress/issues"
|
||||
},
|
||||
"homepage": "https://github.com/gopangolin/tiket-on-wordpress#readme",
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "^7.0.0",
|
||||
"@material-ui/core": "^4.11.1",
|
||||
"@material-ui/icons": "^4.9.1",
|
||||
"@material-ui/lab": "^4.0.0-alpha.57",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/user-event": "^12.1.10",
|
||||
"@types/crypto-js": "^4.0.1",
|
||||
"@types/material-ui": "^0.21.8",
|
||||
"@types/react": "^17.0.0",
|
||||
"@types/react-datepicker": "^3.1.2",
|
||||
"@types/react-facebook-login": "^4.1.2",
|
||||
"@types/react-router-dom": "^5.1.6",
|
||||
"axios": "^0.21.0",
|
||||
"crypto-js": "^4.0.0",
|
||||
"css-loader": "^5.0.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"isomorphic-fetch": "^2.2.1",
|
||||
"material-ui": "^0.20.2",
|
||||
"moment": "^2.29.1",
|
||||
"prettier": "^2.2.1",
|
||||
"prop-types": "^15.6.2",
|
||||
"query-string": "^6.13.8",
|
||||
"react": "16.8.0",
|
||||
"react-country-region-selector": "^3.0.1",
|
||||
"react-datepicker": "^3.3.0",
|
||||
"react-dom": "16.8.0",
|
||||
"react-facebook-login": "^4.1.1",
|
||||
"react-google-login": "^5.2.2",
|
||||
"react-material-ui-carousel": "^2.1.1",
|
||||
"react-router-dom": "^5.2.0",
|
||||
"react-scripts": "^3.4.3",
|
||||
"react-update": "^0.4.4",
|
||||
"svg-inline-loader": "^0.8.2",
|
||||
"typescript": "^4.1.3",
|
||||
"uuid": "^8.3.2",
|
||||
"web-vitals": "^0.2.4",
|
||||
"yarn": "^1.22.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.1.2",
|
||||
"@babel/plugin-proposal-class-properties": "^7.1.0",
|
||||
"@babel/preset-env": "^7.1.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"babel-loader": "^8.0.4",
|
||||
"eslint": "^5.6.1",
|
||||
"eslint-plugin-import": "^2.14.0",
|
||||
"eslint-plugin-react": "^7.11.1",
|
||||
"webpack": "^5.15.0",
|
||||
"webpack-cli": "^3.1.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user