-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.37 KB
/
package.json
File metadata and controls
74 lines (74 loc) · 2.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "pentastic-me",
"version": "1.0.0",
"description": "Pentastic me to write blogs and upload images",
"main": "app/index.jsx",
"scripts": {
"start": "webpack-dev-server --config webpack.dev.js --hot --open",
"build": "webpack --config webpack.prod.js --progress --profile --colors",
"precommit": "lint-staged",
"format": "prettier --write \"app/**/*.{js,jsx,json,css,scss}\""
},
"author": "shubhamsingal",
"license": "MIT",
"homepage": "https://github.com/ShubhamSingal07/Pentastic-me-frontendt#readme",
"dependencies": {
"array-move": "^2.1.0",
"keymirror": "^0.1.1",
"react": "^16.3.2",
"react-bootstrap": "^1.0.0-beta.10",
"react-countup": "^4.2.2",
"react-dom": "^16.3.2",
"react-helmet": "^5.2.1",
"react-quill": "^1.3.3",
"react-redux": "^7.1.0",
"react-router-dom": "^5.0.1",
"react-sortable-hoc": "^1.10.1",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.3",
"@babel/plugin-proposal-object-rest-spread": "^7.3.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-polyfill": "^6.26.0",
"clean-webpack-plugin": "^1.0.1",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.6.0",
"css-loader": "^2.1.0",
"dotenv-webpack": "^1.7.0",
"eslint": "^5.14.0",
"eslint-cli": "^1.1.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-loader": "^2.1.2",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"file-loader": "^4.2.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"husky": "^1.3.1",
"image-webpack-loader": "^4.6.0",
"immutable": "^4.0.0-rc.12",
"lint-staged": "^8.1.4",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.11.0",
"prettier": "^1.16.4",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.29.3",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.1.14",
"webpack-merge": "^4.2.1"
}
}