forked from oskariorg/oskari-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.75 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "oskari-frontend",
"version": "1.54.1",
"private": true,
"description": "Oskari frontend",
"keywords": [
"Oskari"
],
"homepage": "http://oskari.org",
"bugs": {
"url": "https://github.com/oskariorg/oskari-docs/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/oskariorg/oskari-frontend.git"
},
"license": "MIT",
"main": "grunt.js",
"scripts": {
"lintfix": "eslint . --quiet --fix",
"sprite": "node webpack/sprite.js",
"storybook": "start-storybook",
"test": "eslint . --quiet && jest",
"test:coverage": "jest --coverage",
"test:watch": "jest --watch"
},
"jest": {
"testEnvironment": "jsdom",
"setupFilesAfterEnv": [
"<rootDir>/setupTests.js"
],
"moduleNameMapper": {
"^oskari-ui(.*)$": "<rootDir>/src/react/$1",
"^antd(.*?)style/index.js$": "<rootDir>/tests/styleMock.js"
}
},
"dependencies": {
"@babel/core": "7.6.0",
"@babel/preset-env": "7.6.0",
"@babel/preset-react": "7.0.0",
"@babel/runtime-corejs3": "7.6.3",
"@storybook/react": "5.1.11",
"@types/jest": "24.0.18",
"antd": "3.24.2",
"babel-loader": "8.0.6",
"babel-plugin-styled-components": "1.10.6",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"cesium": "1.62.0",
"copy-webpack-plugin": "5.0.4",
"core-js": "3.3.5",
"css-loader": "3.2.0",
"dompurify": "2.0.7",
"enzyme": "3.10.0",
"enzyme-adapter-react-16": "1.14.0",
"eslint": "5.15.3",
"eslint-config-standard": "12.0.0",
"eslint-import-resolver-webpack": "0.11.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"expose-loader": "0.7.5",
"file-loader": "4.2.0",
"fs-extra": "8.1.0",
"geostats": "1.8.0",
"gm": "1.23.1",
"html-to-image": "0.1.1",
"imports-loader": "0.8.0",
"jest": "24.9.0",
"jquery": "3.4.1",
"jsts": "2.0.8",
"less": "3.9.0",
"less-loader": "5.0.0",
"loader-utils": "1.2.3",
"lodash": "4.17.15",
"merge": "1.2.1",
"mini-css-extract-plugin": "0.8.0",
"mobile-detect": "1.4.3",
"moment": "2.24.0",
"node-sass": "4.12.0",
"ol": "6.1.1",
"ol-mapbox-style": "5.0.2",
"olcs": "2.10.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"query-string": "6.8.3",
"react": "16.11.0",
"react-beautiful-dnd": "^12.0.0",
"react-dom": "16.11.0",
"sass-loader": "8.0.0",
"script-loader": "0.7.2",
"style-loader": "1.0.0",
"styled-components": "4.3.2",
"sumoselect": "3.0.5",
"uglifyjs-webpack-plugin": "2.2.0",
"webpack": "4.39.3",
"webpack-cli": "3.3.8",
"webpack-dev-server": "3.8.0"
}
}