-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.21 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
{
"name": "di-ninja-webpack-example",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"dev": "NODE_ENV=development nodemon --watch webpack.config.js --watch .env --exec 'webpack-dev-server --mode development'"
},
"author": "Jo <[email protected]> (https://redcat.ninja)",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-decorators": "^7.1.2",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-require": "^3.0.1",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"json-loader": "^0.5.7",
"mini-css-extract-plugin": "^0.4.3",
"nodemon": "^1.18.4",
"raw-loader": "^0.5.1",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-dev-server": "^3.1.9",
"write-file-webpack-plugin": "^4.4.1"
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@mdi/font": "^2.8.94",
"@mdi/js": "^2.8.94",
"@mdi/react": "^1.0.1",
"autobind-decorator": "^2.1.0",
"babel-loader": "^8.0.4",
"babel-plugin-inline-import": "^3.0.0",
"bluebird": "^3.5.2",
"bulma": "^0.7.1",
"classnames": "^2.2.6",
"di-ninja": "^1.10.5",
"dotenv": "^6.0.0",
"dotenv-webpack": "^1.5.7",
"immer": "^1.7.2",
"node-sass": "^4.9.3",
"postcss-load-config": "^2.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.0.10",
"react": "^16.5.2",
"react-document-title": "^2.0.3",
"react-dom": "^16.5.2",
"source-map-support": "^0.5.9",
"webpack-cli": "^3.1.2"
}
}