-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.73 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.73 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@uniwebcms/express",
"version": "2.4.1",
"description": "",
"main": "dist/bundle.js",
"files": [
"dist",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:dev": "webpack --mode=development --watch",
"build": "webpack --mode=production",
"reinstall": "rm -rf ./node_modules && rm package-lock.json && npm i",
"rebuild": "rm -rf ./dist && npm run build",
"docs": "jsdoc2md 'src/**/*.js' 'src/**/*.js' > docs/api.md"
},
"repository": {
"type": "git",
"url": "git+https://github.com/uniwebcms/express.git"
},
"keywords": [
"uniweb"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/uniwebcms/express/issues"
},
"homepage": "https://github.com/uniwebcms/express#readme",
"devDependencies": {
"@babel/core": "^7.13.14",
"@babel/preset-env": "^7.13.12",
"@babel/preset-react": "^7.13.13",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.0",
"jsdoc-to-markdown": "^8.0.0",
"sass": "^1.50.0",
"sass-loader": "^12.6.0",
"style-loader": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
},
"dependencies": {
"@headlessui/react": "^1.7.3",
"@popperjs/core": "^2.10.1",
"@react-google-maps/api": "^2.18.1",
"@uniwebcms/module-sdk": "^1.15.3",
"react-icons": "^4.6.0",
"react-spinners": "^0.13.8",
"flowbite-react": "^0.4.9",
"react-grid-layout": "^1.2.0"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.4"
}
}