-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"name": "queueing-app",
"version": "1.0.0",
"main": "src/index.js",
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.21.4",
"@types/react": "^18.2.6",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-xstate": "^1.1.0",
"eslint-webpack-plugin": "^4.0.1",
"html-webpack-plugin": "^5.5.0",
"jest": "^29.5.0",
"prettier": "2.8.7",
"style-loader": "^3.3.2",
"typescript": "^5.0.4",
"webpack": "^5.78.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack serve --open",
"test": "jest"
},
"author": "",
"license": "ISC",
"description": ""
}