-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.07 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
{
"name": "mithril-picsum",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config ./internals/webpack/webpack.development.config.js",
"build": "webpack --progress --config ./internals/webpack/webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Eye-Of-Dragon/mithril-picsum.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Eye-Of-Dragon/mithril-picsum/issues"
},
"homepage": "https://github.com/Eye-Of-Dragon/mithril-picsum#readme",
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"autoresponsive-core": "^1.0.1",
"babel-loader": "^8.1.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.6.5",
"css-loader": "^3.5.3",
"dotenv-webpack": "^1.7.0",
"eslint": "^6.8.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-mithril": "^0.1.1",
"exenv": "^1.2.2",
"file-loader": "^6.0.0",
"html-loader": "^1.1.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.14.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^9.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.0.5",
"sass-loader": "^8.0.2",
"terser-webpack-plugin": "^3.0.0",
"url-loader": "^4.1.0",
"webpack": "^4.43.0",
"webpack-bundle-analyzer": "^3.7.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0",
"webpack-merge": "^4.2.2",
"webpack-visualizer-plugin": "^0.1.11"
},
"dependencies": {
"@babel/runtime": "^7.9.6",
"immutable": "^4.0.0-rc.12",
"lodash": "^4.17.20",
"mithril": "^2.0.4",
"redux": "^4.0.5",
"regenerator-runtime": "^0.13.5",
"reselect": "^4.0.0"
},
"browserslist": [
"IE 10"
]
}