-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "metrovia",
"version": "0.0.0",
"description": "MetroVia - Built with React and TypeScript",
"keywords": [],
"author": "Olaf Kotur <olafkotur97@gmail.com>",
"license": "MIT",
"repository": "git@github.com:olafkotur/metrovia.git",
"scripts": {
"start": "BROWSER=none react-scripts start",
"build": "GENERATE_SOURCEMAP=false react-scripts build",
"serve": "serve -s ./build"
},
"dependencies": {
"dayjs": "^1.11.5",
"framer-motion": "^7.1.0",
"hammerjs": "^2.0.8",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-otio": "^0.0.0",
"react-router-dom": "^6.21.1",
"recoil": "^0.7.5",
"serve": "^14.2.0",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@types/hammerjs": "^2.0.45",
"@types/lodash": "^4.14.184",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/styled-components": "^5.1.26",
"prettier": "^2.8.8",
"prettier-plugin-organize-imports": "^3.2.2",
"react-scripts": "^5.0.1",
"typescript": "^5.1.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}