-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "react-for-fun",
"version": "0.5.0",
"private": true,
"engines": {
"node": "18.x"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@mantine/core": "^6.0.21",
"@mantine/hooks": "^6.0.17",
"@mantine/styles": "^6.0.17",
"dotenv": "^16.3.1",
"html-to-image": "^1.11.11",
"pos": "^0.4.2",
"re-resizable": "^6.9.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-draggable": "^4.4.5",
"react-router-dom": "^6.14.2",
"react-scripts": "^3.0.1",
"styled-components": "^5.3.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"npm-run-all": "^4.1.5"
},
"main": "index.js",
"repository": "https://github.com/Bojne/learn-react",
"author": "bojne <bojne.john@gmail.com>",
"license": "MIT"
}