-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
72 lines (72 loc) · 2.17 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "sso",
"version": "1.0.0",
"description": "Webpack config for Joomla template",
"private": true,
"scripts": {
"build": "webpack --mode=development",
"release": "webpack --mode=production --env deploy=true",
"watch": "webpack --watch --mode=development",
"deploy": "webpack --mode=development --env deploy=true",
"test": "echo \"Error: no test specified\" && exit 1",
"format:check": "prettier --check 'src/**/*.{js,jsx,ts,tsx}'",
"format:write": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'"
},
"keywords": [],
"author": "AesirX",
"license": "GPL-3.0-only",
"dependencies": {
"aesirx-sso": "^1.2.3",
"bootstrap": "^5.3.0",
"buffer": "^6.0.3",
"query-string": "7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-toastify": "^9.1.2"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.21.5",
"@babel/preset-react": "^7.18.6",
"@popperjs/core": "^2.11.6",
"aesirxio-template-library": "git+https://github.com/aesirxio/aesirxio-template-library.git#master",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.28.1",
"browser-sync-webpack-plugin": "^2.3.0",
"critical": "^2.0.0",
"critical-css-webpack-plugin": "^3.0.0",
"css-loader": "^6.7.3",
"cssnano": "^6.0.0",
"del": "^7.0.0",
"dotenv": "^16.0.3",
"filemanager-webpack-plugin": "^8.0.0",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^5.5.1",
"media-query-plugin": "^1.5.0",
"mini-css-extract-plugin": "^2.7.2",
"postcss": "^8.4.21",
"postcss-loader": "^7.0.2",
"prettier": "^2.8.4",
"sass": "^1.60.0",
"sass-loader": "^13.2.0",
"style-loader": "^3.3.1",
"url-loader": "^4.1.1",
"webpack": "^5.76.0",
"webpack-assets-manifest": "^5.1.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"webpack-font-preload-plugin": "^1.5.0",
"webpack-remove-empty-scripts": "^1.0.1"
},
"browserslist": [
"> 1%",
"last 1 version",
"not dead"
],
"resolutions": {
"nth-check": "^2.0.1"
}
}