-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.68 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
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "myreads-app",
"version": "0.1.0",
"private": true,
"homepage": "https://jenwin.github.io/myreads-app",
"dependencies": {
"acorn": "^5.7.4",
"browserslist": "^4.6.1",
"caniuse-lite": "^1.0.30000974",
"css-what": "^5.0.1",
"dns-packet": "^5.2.4",
"dot-prop": "^4.2.1",
"elliptic": "^6.5.4",
"escape-string-regexp": "^1.0.5",
"eslint-utils": "^1.4.1",
"gh-pages": "^3.2.0",
"handlebars": "^4.7.7",
"http-proxy": "^1.18.1",
"immer": "^8.0.1",
"install": "^0.13.0",
"js-yaml": "^3.13.1",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0",
"merge": "^2.1.1",
"minimist": "^0.2.1",
"mixin-deep": "^1.3.2",
"node-notifier": "^9.0.0",
"normalize-url": "^6.0.1",
"npm": "^7.15.1",
"prop-types": "^15.7.2",
"react": "^16.6.3",
"react-dev-utils": "^11.0.4",
"react-dom": "^16.6.3",
"react-router-dom": "^5.0.0",
"react-scripts": "2.1.1",
"serialize-javascript": "^5.0.1",
"set-value": "^2.0.1",
"sort-by": "^1.2.0",
"tar": "^4.4.10",
"throttle-debounce": "^2.1.0",
"url-parse": "^1.5.1",
"webpack-dev-server": "^3.1.9",
"websocket-extensions": "^0.1.4",
"ws": "^7.4.6",
"yargs-parser": "^20.2.4",
"yarn": "^1.22.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"postcss": "^8.3.0"
}
}