-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.04 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
{
"repository": {},
"license": "Apache-2.0",
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch",
"test": "jest",
"lint": "eslint js/**/*.js",
"format": "prettier --write js/**/*.js",
"check_formatting": "prettier -c js/**/*.js"
},
"dependencies": {
"@popperjs/core": "^2.11.4",
"bootstrap": "^5.1.3",
"joshjs": "^1.0.7"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.8",
"babel-loader": "^8.2.2",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^3.0.2",
"eslint": "^8.12.0",
"file-loader": "~6.2.0",
"jest": "^27.5.1",
"mini-css-extract-plugin": "^2.1.0",
"node-notifier": ">=8.0.1",
"node-sass": "^7.0.1",
"postcss": "^8.4.12",
"postcss-loader": "^6.2.1",
"postcss-url": "^10.1.3",
"prettier": "^2.6.1",
"sass-loader": "^12.1.0",
"terser-webpack-plugin": "^5.1.4",
"webpack": "^5.45.1",
"webpack-cli": "^4.7.2"
}
}