Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvorster committed Aug 4, 2018
1 parent 4568637 commit a61d2a3
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@projectstorm/react-core",
"version": "1.2.5",
"license": "MIT",
"main": "./dist/main.js",
"typings": "./dist/@types/main",
"scripts": {
"test": "jest",
"build:ts": "webpack",
"build:ts:prod": "cross-env NODE_ENV=production webpack",
"pretty": "prettier --use-tabs --write \"src/**/*.{ts,tsx}\" --print-width 120",
"prepack": "rm -rf ./dist && yarn run build:ts:prod",
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags",
},
"dependencies": {
"lodash": "^4.17.10",
"react": "^16.4.0"
},
"devDependencies": {
"@types/jest": "^23.3.0",
"@types/lodash": "^4.14.109",
"@types/react": "^16.3.14",
"babel-core": "^6.26.3",
"cross-env": "^5.1.6",
"jest": "^23.4.1",
"prettier": "^1.13.3",
"react-test-renderer": "^16.4.1",
"source-map-loader": "^0.2.3",
"ts-jest": "^23.0.1",
"ts-loader": "^4.3.0",
"typescript": "^2.8.4",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.8",
"webpack-node-externals": "^1.7.2"
}
"name": "@projectstorm/react-core",
"version": "1.2.5",
"license": "MIT",
"main": "./dist/main.js",
"typings": "./dist/@types/main",
"scripts": {
"test": "jest",
"build:ts": "webpack",
"build:ts:prod": "cross-env NODE_ENV=production webpack",
"pretty": "prettier --use-tabs --write \"src/**/*.{ts,tsx}\" --print-width 120",
"prepack": "rm -rf ./dist && yarn run build:ts:prod",
"postversion": "git push origin $(git rev-parse --abbrev-ref HEAD) --tags"
},
"dependencies": {
"lodash": "^4.17.10",
"react": "^16.4.0"
},
"devDependencies": {
"@types/jest": "^23.3.0",
"@types/lodash": "^4.14.109",
"@types/react": "^16.3.14",
"babel-core": "^6.26.3",
"cross-env": "^5.1.6",
"jest": "^23.4.1",
"prettier": "^1.13.3",
"react-test-renderer": "^16.4.1",
"source-map-loader": "^0.2.3",
"ts-jest": "^23.0.1",
"ts-loader": "^4.3.0",
"typescript": "^2.8.4",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.10.2",
"webpack-cli": "^3.0.8",
"webpack-node-externals": "^1.7.2"
}
}

0 comments on commit a61d2a3

Please sign in to comment.