-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.41 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "weddi-app",
"version": "1.0.0",
"private": true,
"homepage": "https://weddi.app/",
"dependencies": {
"blueimp-load-image": "^2.24.0",
"firebase": "^9.6.2",
"guesslanguage": "^0.2.0",
"node-sass": "^4.13.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.2.0",
"source-map-explorer": "^2.5.2",
"typescript": "3.8.3"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/",
"test": "react-scripts test --env=jsdom",
"predeploy": "yarn run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"@types/blueimp-load-image": "^5.14.1",
"@types/jest": "^26.0.20",
"@types/react": "^17.0.2",
"@types/react-router-dom": "^5.1.7",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^2.18.0",
"@typescript-eslint/parser": "^2.18.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.25.0",
"gh-pages": "^2.1.1"
},
"engines": {
"node": "^13.0.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}