-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
46 lines (46 loc) · 1.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
{
"name": "investment-comparison",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "NODE_ICU_DATA=node_modules/full-icu jest",
"serve": "serve dist"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/bootstrap": "^5.1.6",
"@types/jest": "^27.0.2",
"@types/twig": "^1.12.4",
"clean-webpack-plugin": "^4.0.0-alpha.0",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.5.0",
"favicons": "^6.2.2",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"full-icu": "^1.3.1",
"html-webpack-plugin": "^5.3.1",
"jest": "^27.0.1",
"mini-css-extract-plugin": "^2.4.3",
"path-browserify": "^1.0.1",
"sass": "^1.43.4",
"sass-loader": "^12.3.0",
"serve": "^12.0.1",
"svg-url-loader": "^7.1.1",
"ts-jest": "^27.0.1",
"ts-loader": "^9.2.6",
"twig": "^1.15.4",
"twig-loader": "^0.5.5",
"typescript": "^4.0.5",
"webpack": "^5.37.1",
"webpack-cli": "^4.2.0",
"webpack-image-resize-loader": "^5.0.0"
},
"dependencies": {
"bigint-money": "^1.2.0",
"bootstrap": "^5.1.3",
"bootstrap-icons": "^1.0.0"
}
}