-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"private": true,
"name": "minesweeper",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"predeploy": "react-scripts build",
"deploy": "netlify deploy --prod --dir=build",
"setup-deploy": "app-app --deploy && npm run deploy",
"test": "react-scripts test",
"eject": "react-scripts eject",
"postdeploy": "echo 'Your site was deployed to https://minesweeper-mandywade.netlify.app'"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"useTabs": false,
"arrowParens": "avoid"
},
"dependencies": {
"json": "^10.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.2",
"sass": "^1.32.7"
},
"devDependencies": {
"prettier": "^2.2.1",
"stylelint": "^13.10.0",
"stylelint-config-standard": "^20.0.0"
},
"homepage": "https://minesweeper-mandywade.netlify.app"
}