1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/frontend/package.json

118 lines
3.5 KiB
JSON
Raw Normal View History

2016-11-10 14:26:24 +01:00
{
2016-11-10 15:39:37 +01:00
"name": "unleash-frontend",
2016-11-10 14:26:24 +01:00
"description": "unleash your features",
2021-01-22 10:21:12 +01:00
"version": "3.10.0",
2016-11-10 14:26:24 +01:00
"keywords": [
"unleash",
"feature toggle",
"feature",
"toggle"
],
2016-12-23 10:58:33 +01:00
"files": [
"index.js",
"dist/"
],
2016-11-10 14:26:24 +01:00
"repository": {
"type": "git",
2020-05-12 23:35:42 +02:00
"url": "ssh://git@github.com:Unleash/unleash-frontend.git"
2016-11-10 14:26:24 +01:00
},
"bugs": {
2020-05-12 23:35:42 +02:00
"url": "https://github.com/Unleash/unleash-frontend"
2016-11-10 14:26:24 +01:00
},
"engines": {
2019-10-09 20:02:15 +02:00
"node": ">=10"
2016-11-10 14:26:24 +01:00
},
2017-03-07 14:31:30 +01:00
"license": "Apache-2.0",
2016-11-10 14:26:24 +01:00
"scripts": {
"build": "npm run build:assets && npm run build:html && npm run build:img && npm run build:ico",
"build:assets": "NODE_ENV=production webpack -p --display-optimization-bailout",
"build:html": "cp public/*.html dist/.",
"build:ico": "cp public/*.ico dist/.",
"build:img": "cp public/*.png dist/public/.",
"start": "NODE_ENV=development webpack-dev-server --progress --colors",
"start:heroku": "UNLEASH_API=https://unleash.herokuapp.com npm run start",
2017-02-23 22:18:23 +01:00
"lint": "eslint . --ext js,jsx",
"lint:fix": "eslint . --ext js,jsx --fix",
2017-02-23 22:18:23 +01:00
"test": "jest",
"test:ci": "npm run lint && npm run build && npm run test",
2016-11-10 16:34:39 +01:00
"prepublish": "npm run build"
2016-11-10 14:26:24 +01:00
},
"main": "./index.js",
2020-08-07 10:42:04 +02:00
"dependencies": {},
2016-11-10 14:26:24 +01:00
"devDependencies": {
2020-04-18 22:01:25 +02:00
"@babel/core": "^7.9.0",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-proposal-decorators": "^7.8.3",
"@babel/plugin-transform-modules-commonjs": "^7.9.0",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"array-move": "^2.2.1",
2020-04-18 22:01:25 +02:00
"babel-eslint": "^10.1.0",
"babel-jest": "^25.3.0",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
2019-03-13 09:21:11 +01:00
"css-loader": "^2.1.1",
"debounce": "^1.2.0",
2019-03-13 09:21:11 +01:00
"debug": "^4.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.11.0",
"enzyme-to-json": "^3.3.5",
2019-10-09 20:05:58 +02:00
"eslint": "^6.5.1",
"eslint-config-finn": "^3.0.1",
"eslint-config-finn-prettier": "^3.0.2",
"eslint-config-finn-react": "^2.0.2",
"eslint-plugin-react": "^7.11.1",
"fetch-mock": "^9.4.0",
2017-02-23 22:18:23 +01:00
"identity-obj-proxy": "^3.0.0",
"immutable": "^3.8.1",
"jest": "^24.9.0",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.9.0",
"node-fetch": "^2.6.1",
"node-sass": "^4.5.3",
"normalize.css": "^8.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.0",
2019-10-09 20:05:58 +02:00
"prettier": "^1.18.2",
"prop-types": "^15.6.2",
2021-01-06 21:41:56 +01:00
"react": "^16.14.0",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
2021-01-06 21:41:56 +01:00
"react-dom": "^16.14.0",
"react-mdl": "^2.1.0",
"react-modal": "^3.1.13",
"react-redux": "^7.2.0",
"react-router-dom": "^5.1.2",
2020-05-18 16:03:35 +02:00
"react-select": "^3.1.0",
2021-01-06 21:41:56 +01:00
"react-test-renderer": "^16.14.0",
2021-01-06 22:22:30 +01:00
"react-timeago": "^4.4.0",
2020-04-18 22:03:38 +02:00
"redux": "^4.0.5",
"redux-devtools": "^3.7.0",
2020-04-18 22:03:38 +02:00
"redux-mock-store": "^1.5.4",
"redux-thunk": "^2.3.0",
"sass-loader": "^7.0.1",
"style-loader": "^1.0.0",
2016-11-10 14:26:24 +01:00
"toolbox-loader": "0.0.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.17.1",
2018-08-14 09:49:40 +02:00
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.11.0",
"whatwg-fetch": "^3.4.1"
2017-02-23 22:18:23 +01:00
},
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/src/__mocks__/fileMock.js",
"\\.(css|scss)$": "identity-obj-proxy"
},
2019-10-13 20:48:08 +02:00
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.js"
],
2017-02-23 22:18:23 +01:00
"setupFiles": [
"<rootDir>/jest-setup.js"
],
2019-01-19 11:45:53 +01:00
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
2016-12-04 15:02:45 +01:00
}
2016-11-10 14:26:24 +01:00
}