forked from fykosak/webs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 892 Bytes
/
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
{
"scripts": {
"build": "webpack",
"dev": "webpack --watch",
"extract_translations": "cd app/i18n/ && ./extract.sh",
"compile_translation": "./app/i18n/compile.sh",
"clear_latte_cache": "rm -r temp/cache/latte"
},
"devDependencies": {
"@types/react": "^17.0.36",
"@types/react-dom": "^17.0.11",
"css-loader": "^6.2.0",
"mini-css-extract-plugin": "^2.1.0",
"resolve-url-loader": "^4.0.0",
"sass": "^1.36.0",
"sass-loader": "^12.1.0",
"ts-loader": "^9.2.5",
"typescript": "^4.4.3",
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@popperjs/core": "^2.9.2",
"@types/photoswipe": "^4.1.2",
"bootstrap": "^5.0.2",
"flag-icon-css": "^3.5.0",
"photoswipe": "github:dimsemenov/photoswipe#v5-beta",
"react": "^17.0.2",
"react-dom": "^17.0.2"
}
}