forked from anttikekki/muinaismuistot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.89 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "muinaismuistot",
"version": "1.11.3",
"description": "Tutki kartalla Museoviraston ylläpitämien kulttuuriperintörekistereiden paikkatietoa.",
"scripts": {
"build:prod": "NODE_ENV=production webpack --mode=production --progress",
"build:dev": "webpack --mode=development --progress --devtool source-map",
"dev": "webpack serve --mode=development --https --host 0.0.0.0 --port 8091 --progress --hot --inline --open",
"prod": "NODE_ENV=production webpack serve --mode=production --https --host 0.0.0.0 --port 8091 --progress --hot --inline --open",
"profile-size": "NODE_ENV=production SHOW_BUNDLE_ANALYZER=true webpack --progress",
"addDataToMaisemanMuisti": "node scripts/addDataToMaisemanMuisti.js"
},
"author": "Antti Kekki",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/anttikekki/muinaismuistot.git"
},
"dependencies": {
"bootstrap": "3.4.1",
"core-js": "3.16.0",
"elm-pep": "1.0.6",
"i18next": "20.3.5",
"ol": "6.6.1",
"proj4": "2.7.5",
"query-string": "7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "11.11.4",
"react-redux": "7.2.4",
"redux": "4.1.0",
"redux-devtools-extension": "2.13.9",
"redux-observable": "2.0.0",
"regexify-string": "1.0.16",
"rxjs": "7.3.0",
"tslib": "2.3.0"
},
"devDependencies": {
"@types/proj4": "2.5.2",
"@types/react": "17.0.15",
"@types/react-dom": "17.0.9",
"@types/react-redux": "7.1.8",
"clean-webpack-plugin": "3.0.0",
"copy-webpack-plugin": "9.0.1",
"css-loader": "6.2.0",
"html-webpack-plugin": "5.3.2",
"prettier": "2.3.2",
"style-loader": "3.2.1",
"ts-loader": "9.2.4",
"typescript": "4.3.5",
"url-loader": "4.1.1",
"webpack": "5.47.1",
"webpack-bundle-analyzer": "4.4.2",
"webpack-cli": "4.7.2",
"webpack-dev-server": "3.11.2"
}
}