-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.81 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.81 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
{
"scripts": {
"eslint": "./node_modules/.bin/eslint -c ./.eslintrc.js \"js/src/**/*.js\"",
"build": "webpack",
"ui_test_all": "jest --testPathPattern form.spec -t runAll --watch",
"ui_test_nav": "jest --testPathPattern form.spec -t groupNavBar --watch",
"ui_test_login_prevention": "jest --testPathPattern form.spec -t groupLoginCollectPrevention --watch",
"ui_test_top_info": "jest --testPathPattern form.spec -t groupTopInfo --watch",
"ui_test_critical_updates": "jest --testPathPattern form.spec -t groupCriticalUpdatesInfo --watch",
"ui_test_fwswatcher_tab": "jest --testPathPattern form.spec -t groupFSWatcherTab --watch",
"ui_test_firewall_tab": "jest --testPathPattern form.spec -t groupFirewallTab --watch",
"ui_test_settings_tab": "jest --testPathPattern form.spec -t groupSettingsTab --watch"
},
"devDependencies": {
"@babel/preset-env": "^7.26.7",
"@babel/preset-react": "^7.18.6",
"@jest/globals": "^29.7.0",
"babel-core": "^6.26.3",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.5",
"babel-preset-env": "^1.7.0",
"crypto-js": "^4.2.0",
"css-loader": "^7.1.2",
"dotenv": "^16.4.7",
"eslint": "^8.45.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.37.5",
"file-loader": "^6.2.0",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-rename": "^1.4.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"image-webpack-loader": "^8.1.0",
"jest": "^29.7.0",
"mysql2": "^3.15.3",
"php-serialize": "^5.1.3",
"puppeteer": "^24.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"style-loader": "^4.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}