-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.61 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
{
"name": "unibundle",
"version": "0.2.1",
"description": "simple universal application bundler",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"unibundle": "./index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/estrattonbailey/unibundle.git"
},
"author": "estrattonbailey",
"license": "MIT",
"bugs": {
"url": "https://github.com/estrattonbailey/unibundle/issues"
},
"homepage": "https://github.com/estrattonbailey/unibundle#readme",
"dependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.42",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"@babel/preset-react": "^7.0.0-beta.42",
"babel-eslint": "^8.2.2",
"babel-loader": "^8.0.0-beta.2",
"babel-plugin-lodash": "^3.3.2",
"chalk": "^2.3.2",
"cross-spawn": "^6.0.5",
"css-loader": "^0.28.10",
"cssnano": "^4.0.0-rc.2",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"fs-extra": "^5.0.0",
"gzip-size": "^4.1.0",
"loading-indicator": "^2.0.0",
"minimist": "^1.2.0",
"postcss": "^6.0.20",
"postcss-calc": "^6.0.1",
"postcss-cssnext": "^3.1.0",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.2",
"postcss-nested": "^3.0.0",
"react-dev-utils": "^5.0.0",
"standard-loader": "^6.0.1",
"style-loader": "^0.20.2",
"webpack": "^4.0.1",
"webpack-dev-server": "^3.1.0",
"webpack-node-externals": "^1.6.0"
}
}