-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.92 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
{
"name": "whatson",
"description": "What's on?",
"version": "2.84.1",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@reach/router": "^1.3.4",
"chart.js": "^4.4.6",
"context-storage": "^0.0.0",
"griding": "^0.1.3",
"jshashes": "^1.0.8",
"minireset.css": "^0.0.4",
"prettier": "^3.3.3",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primereact": "^9.6.4",
"query-string": "^8.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hooks-fetch": "^0.5.1",
"react-intersection-observer": "^8.34.0",
"react-lazy-progressive-image": "^1.5.5",
"react-player": "^2.16.0",
"react-scripts": "^5.0.1",
"styled-components": "^4.4.1",
"stylis": "^3.5.4",
"typeface-roboto": "^1.1.13"
},
"scripts": {
"build": "npm run prettier && rescripts build",
"start": "npm run prettier && rescripts start",
"postbuild": "cp build/index.html build/404.html && cp build/index.html build/200.html",
"prebuild": "node ./build-version",
"prettier": "prettier --write .",
"update": "rm -rf node_modules package-lock.json && bash update-dependencies.sh && npm i --legacy-peer-deps"
},
"rescripts": [
"env"
],
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.2.0",
"@rescripts/cli": "^0.0.10",
"@rescripts/rescript-env": "^0.0.5",
"babel-plugin-preval": "^3.0.1",
"cz-conventional-changelog": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}