|
5 | 5 | "main": "server/index.js", |
6 | 6 | "private": true, |
7 | 7 | "scripts": { |
8 | | - "build": "BABEL_ENV=production webpack -p", |
| 8 | + "build": "NODE_ENV=production BABEL_ENV=production webpack -p", |
9 | 9 | "prebuild": "rimraf dist", |
10 | 10 | "start": "node .", |
11 | 11 | "test": "echo \"Error: no test specified\" && exit 1", |
|
17 | 17 | "type": "git", |
18 | 18 | "url": "git+https://github.com/natterstefan/react-component-catalog.git" |
19 | 19 | }, |
20 | | - "keywords": ["react", "components", "registry"], |
| 20 | + "keywords": [ |
| 21 | + "react", |
| 22 | + "components", |
| 23 | + "registry" |
| 24 | + ], |
21 | 25 | "author": "Stefan Natter <stefan@natter.at>", |
22 | 26 | "license": "MIT", |
23 | 27 | "bugs": { |
|
28 | 32 | "babel-core": "6.x || ^7.0.0-bridge.0" |
29 | 33 | }, |
30 | 34 | "dependencies": { |
31 | | - "@babel/register": "^7.4.4", |
| 35 | + "@babel/register": "^7.5.5", |
| 36 | + "dotenv": "^8.0.0", |
32 | 37 | "hapi": "^18.1.0", |
33 | 38 | "inert": "^5.1.3", |
34 | 39 | "react": "^16.8.6", |
| 40 | + "react-component-catalog": "file:..", |
35 | 41 | "react-dom": "^16.8.6" |
36 | 42 | }, |
37 | 43 | "devDependencies": { |
38 | | - "@babel/cli": "7.4.4", |
39 | | - "@babel/core": "7.4.5", |
40 | | - "@babel/plugin-proposal-class-properties": "7.4.4", |
41 | | - "@babel/plugin-proposal-object-rest-spread": "7.4.4", |
| 44 | + "@babel/cli": "7.5.5", |
| 45 | + "@babel/core": "7.5.5", |
| 46 | + "@babel/plugin-proposal-class-properties": "7.5.5", |
| 47 | + "@babel/plugin-proposal-object-rest-spread": "7.5.5", |
42 | 48 | "@babel/polyfill": "7.4.4", |
43 | | - "@babel/preset-env": "7.4.5", |
| 49 | + "@babel/preset-env": "7.5.5", |
44 | 50 | "@babel/preset-react": "7.0.0", |
45 | 51 | "babel-core": "7.0.0-bridge.0", |
46 | 52 | "babel-loader": "8.0.6", |
| 53 | + "babel-plugin-dev-expression": "^0.2.2", |
47 | 54 | "nodemon": "1.19.1", |
48 | 55 | "rimraf": "2.6.3", |
49 | | - "webpack": "4.31.0", |
50 | | - "webpack-cli": "3.3.5" |
| 56 | + "webpack": "4.36.1", |
| 57 | + "webpack-cli": "3.3.6" |
51 | 58 | } |
52 | 59 | } |
0 commit comments