-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "inclusion-toolbox",
"version": "1.0.0",
"description": "A simple library for external loading of UserRatingApp.",
"main": "index.js",
"scripts": {
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"test": "node --experimental-vm-modules node_modules/.bin/jest",
"lint": "eslint . --ext .js"
},
"author": "",
"license": "MIT",
"type": "module",
"dependencies": {
"@rajesh896/broprint.js": "^2.1.1",
"color-contrast-checker": "^2.1.0",
"i18next": "^23.7.16",
"i18next-browser-languagedetector": "^7.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.9",
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"dotenv-webpack": "^8.0.1",
"eslint": "^8.56.0",
"eslint-plugin-jest": "^27.6.3",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"license-webpack-plugin": "^4.0.2",
"style-loader": "^3.3.4",
"url-loader": "^4.1.1",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4"
}
}