-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.02 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.02 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
{
"name": "Nametags",
"version": "1.0.0",
"description": "",
"main": "",
"dependencies": {
"@babel/core": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@babel/preset-react": "^7.14.5",
"@craco/craco": "^6.4.0",
"bootstrap": "^5.1.3",
"css-loader": "^5.2.7",
"fontfaceobserver": "^2.1.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-draggable": "^4.4.4",
"react-localizer": "^2.1.3",
"react-modal": "^3.14.3",
"react-pdf": "^5.5.0",
"style-loader": "^2.0.0",
"tailwindcss": "^2.2.19"
},
"devDependencies": {
"babel-core": "^7.0.0-0",
"babel-loader": "==7.1.2",
"babel-preset-env": "==1.7.0",
"babel-preset-react": "==6.24.1",
"electron": "^15.1.2",
"webpack": "==4.30.0",
"webpack-cli": "==3.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack --mode development --display-error-details --watch",
"build": "webpack --mode production"
},
"keywords": []
}