-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 2.12 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
{
"name": "dm-bundler",
"version": "0.6.0",
"description": "",
"main": "index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Pavel Zhukov",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-decorators": "^7.4.0",
"@babel/plugin-transform-runtime": "^7.4.0",
"@babel/polyfill": "^7.4.0",
"@babel/runtime": "^7.4.0",
"assets-webpack-plugin": "^3.9.6",
"autoprefixer": "^9.6.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.4",
"babel-plugin-dotenv-import": "http://github.com/dmapper/babel-plugin-dotenv-import/tarball/multiple-path",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-react-css-modules": "http://github.com/dmapper/babel-plugin-react-css-modules/tarball/stylus-build",
"babel-plugin-react-native-classname-to-style": "^1.2.1",
"babel-plugin-react-native-platform-specific-extensions": "^1.1.1",
"babel-plugin-react-native-stylename-to-style": "http://github.com/dmapper/babel-plugin-react-native-stylename-to-style/tarball/dynamic-style",
"babel-plugin-react-native-web-pass-classname": "^0.2.1",
"css-loader": "^1.0.0",
"file-loader": "^2.0.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"generic-names": "^1.0.3",
"lodash": "4.x",
"metro-react-native-babel-preset": "^0.53.1",
"mini-css-extract-plugin": "^0.4.3",
"moment-locales-webpack-plugin": "^1.0.7",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"postcss-loader": "^3.0.0",
"react-hot-loader": "~4.6.3",
"style-loader": "^0.21.0",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^1.1.0",
"webpack": "^4.20.2",
"webpack-command": "^0.4.1",
"webpack-node-externals": "^1.7.2",
"webpack-serve": "http://github.com/dmapper/webpack-serve/tarball/master"
},
"peerDependencies": {
"@babel/runtime": "^7.0.0",
"webpack": "*",
"webpack-command": "*",
"webpack-serve": "*"
}
}