-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
88 lines (88 loc) · 2.57 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
{
"name": "tunnistamo",
"version": "0.1.0",
"private": true,
"description": "",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack.dev.js",
"build": "cross-env NODE_ENV=production webpack --config webpack.prod.js",
"lint": "eslint assets/**/*.js",
"prettier": "prettier"
},
"repository": {
"type": "git",
"url": "git+https://github.com/City-of-Helsinki/omahelsinki.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/City-of-Helsinki/omahelsinki/issues"
},
"homepage": "https://github.com/City-of-Helsinki/omahelsinki#readme",
"dependencies": {
"@babel/polyfill": "^7.0.0",
"axios": "^0.18.0",
"babel-eslint": "7.2.3",
"babel-runtime": "^6.23.0",
"bootstrap": "4.1.1",
"classnames": "^2.2.6",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"hel-icons": "^1.0.0-beta.3",
"history": "^4.7.2",
"immutable": "^4.0.0-rc.12",
"jquery": "^1.9.1",
"json-loader": "^0.5.7",
"moment": "^2.22.2",
"open-city-design": "1.0.0-alpha.2",
"popper.js": "^1.14.3",
"prop-types": "^15.5.4",
"react": "^16.4.1",
"react-albus": "^2.0.0",
"react-bootstrap-table-next": "^1.1.4",
"react-bootstrap-table2-paginator": "^1.0.2",
"react-dom": "^16.4.1",
"react-dropzone": "^5.1.0",
"react-image-crop": "^5.0.0",
"react-intl": "^2.4.0",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-select": "^2.1.2",
"react-simple-maps": "^0.12.1",
"react-tooltip": "^3.9.0",
"reactstrap": "6.1.0",
"redux": "^4.0.0",
"redux-actions": "^2.4.0",
"redux-thunk": "^2.3.0",
"svg4everybody": "^2.1.9"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-react-app": "^3.1.2",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-prettier": "^3.1.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-react": "^7.9.1",
"husky": "^1.1.3",
"lint-staged": "^8.0.4",
"node-sass": "^4.9.0",
"node-sass-tilde-importer": "^1.0.2",
"prettier": "^1.14.3",
"react-hot-loader": "^4.3.3",
"svg-sprite-loader": "^3.8.0",
"webpack": "^4.14.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-bundle-tracker": "^0.3.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^3.1.4",
"webpack-merge": "^4.1.3"
}
}