-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 1002 Bytes
/
package.json
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
{
"name": "react-fb-post-creator",
"version": "0.1.0",
"private": true,
"homepage": "https://oyeovi.github.io/react-fb-post-creator",
"dependencies": {
"antd": "^3.9.2",
"react": "^16.5.1",
"react-bootstrap": "^0.32.4",
"react-dom": "^16.5.1",
"react-facebook-emoji": "^1.0.11",
"react-fb-image-grid": "^0.1.3",
"react-image-lightbox": "^5.0.0",
"react-scripts": "1.1.5"
},
"devDependencies": {
"babel-eslint": "^8.2.6",
"eslint": "4.19.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-prettier": "^2.6.2",
"eslint-plugin-react": "^7.10.0",
"html-webpack-plugin": "^3.2.0",
"prettier": "^1.14.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}