|
@@ -35,13 +35,14 @@
|
35
|
35
|
"scripts": {
|
36
|
36
|
"precommit": "lint-staged",
|
37
|
37
|
"prettier": "prettier --single-quote --trailing-comma=es5 --write 'src/**/*.{js,jsx,json,css,less}'",
|
38
|
|
- "start": "react-app-rewired start",
|
|
38
|
+ "start": "cross-env PORT=3001 react-app-rewired start",
|
39
|
39
|
"build": "react-app-rewired build",
|
40
|
40
|
"test": "react-app-rewired test --env=jsdom",
|
41
|
41
|
"eject": "react-scripts eject",
|
42
|
42
|
"lib": "babel ./src --out-dir ./lib --source-maps --copy-files"
|
43
|
43
|
},
|
44
|
44
|
"devDependencies": {
|
|
45
|
+ "cross-env": "^5.2.0",
|
45
|
46
|
"babel-cli": "^6.26.0",
|
46
|
47
|
"babel-plugin-import": "^1.8.0",
|
47
|
48
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|