forked from AvanthikaMeenakshi/ReactMemeMaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 964 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
36
37
38
{
"author": "Dirk Elmendorf <[email protected]> (https://www.brokerageengine.com)",
"name": "meme-maker",
"version": "0.2.0",
"private": true,
"dependencies": {
"bootstrap": "^4.1.3",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-scripts": "2.1.1",
"reactstrap": "^6.5.0"
},
"devDependencies": {
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"prettier": "^1.15.3"
},
"scripts": {
"start": "react-scripts start",
"prettier": "echo 'Applying prettier....' && prettier --write \"{src,test}/**/*.{js,jsx,css,scss,graphql}\" > /dev/null && exit 0",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"engines": {
"node": ">=10.15.2",
"npm": ">=6.8"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}