forked from rafalp/Misago
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.58 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
52
53
54
55
56
57
58
{
"name": "misago-admin",
"version": "0.1.0",
"description": "Admin panel UI kit",
"main": "./misago/admin/src/index.js",
"scripts": {
"build": "webpack --mode production --progress",
"start": "webpack --watch --progress",
"prettier": "npx prettier --write misago/admin/src/**/*.js",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rafalp/misago.git"
},
"author": "Rafał Pitoń",
"license": "SEE LICENSE IN LICENSE.rst",
"bugs": {
"url": "https://github.com/rafalp/misago/issues"
},
"homepage": "https://github.com/rafalp/misago#readme",
"dependencies": {
"apexcharts": "^3.37.2",
"apollo-boost": "^0.4.9",
"bootstrap": "^4.3.1",
"graphql": "^14.7.0",
"jquery": "^3.6.4",
"moment": "^2.29.4",
"popper.js": "^1.16.1",
"react": "^16.14.0",
"react-apexcharts": "^1.4.0",
"react-apollo": "^3.1.5",
"react-dom": "^16.14.0"
},
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"autoprefixer": "^10.4.14",
"babel-loader": "^9.1.2",
"css-loader": "^6.7.3",
"eslint": "^8.36.0",
"eslint-config-react-app": "^7.0.1",
"eslint-webpack-plugin": "^4.0.0",
"graphql-tag": "^2.12.6",
"mini-css-extract-plugin": "^2.7.5",
"postcss": "^8.4.21",
"postcss-loader": "^7.1.0",
"sass": "^1.60.0",
"sass-loader": "^13.2.1",
"webpack": "^5.76.3",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^5.0.1"
},
"browserslist": "> 1%, not dead",
"prettier": {
"semi": false
}
}