-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
59 lines (59 loc) · 1.65 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
{
"name": "react-app-rewire-build-dev",
"version": "1.0.1",
"description": "Source code files used by `webpack-dev-server` is rendered in watch mode at user specified directory through override create-react-app webpack configs without ejecting",
"main": "./dist/index.js",
"keywords": [
"react-app-rewire",
"build-dev",
"create-react-app-watch-mode",
"symlink",
"create-react-app-source-code",
"webpack",
"plugin",
"webpack-dev-server",
"over-ride-webpack-dev-server",
"write",
"file"
],
"author": {
"name": "Durgesh kumar Rao",
"email": "[email protected]",
"url": "https://github.com/raodurgesh"
},
"repository": {
"type": "git",
"url": "https://github.com/raodurgesh/react-app-rewire-build-dev"
},
"license": "ISC",
"engines": {
"node": ">=4"
},
"scripts": {
"build": "babel --source-maps --copy-files ./src --out-dir ./dist",
"prepare": "babel --source-maps --copy-files ./src --out-dir ./dist",
"prepublish": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"del": "^3.0.0",
"eslint": "^4.19.1",
"eslint-config-canonical": "^9.3.2",
"husky": "^0.14.3",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14",
"webpack-dev-server": "^3.1.3"
},
"dependencies": {
"chalk": "^2.4.0",
"filesize": "^3.6.1",
"lodash": "^4.17.5",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"simple-node-logger": "^0.93.37"
}
}