|
1 | 1 | { |
2 | 2 | "name": "mcs-lite-admin-web", |
3 | | - "version": "0.2.28", |
| 3 | + "version": "0.2.29", |
4 | 4 | "description": "MCS Lite Admin Web", |
5 | 5 | "repository": "MCS-Lite/mcs-lite", |
6 | 6 | "author": "Michael Hsu <evenchange4@gmail.com>", |
|
10 | 10 | }, |
11 | 11 | "license": "MIT", |
12 | 12 | "homepage": "http://localhost:3002/admin", |
13 | | - "files": ["build"], |
| 13 | + "files": [ |
| 14 | + "build" |
| 15 | + ], |
14 | 16 | "proxy": { |
15 | 17 | "/api": { |
16 | 18 | "target": "http://localhost:3002" |
|
21 | 23 | }, |
22 | 24 | "scripts": { |
23 | 25 | "start": "react-scripts start", |
24 | | - "build": |
25 | | - "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", |
| 26 | + "build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build", |
26 | 27 | "test": "CI=true react-scripts test --env=jsdom --coverage --runInBand", |
27 | 28 | "test:watch": "react-scripts test --env=jsdom", |
28 | | - "extract:messages": |
29 | | - "react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'", |
30 | | - "extract:pot": |
31 | | - "react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'", |
| 29 | + "extract:messages": "react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json'", |
| 30 | + "extract:pot": "react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-admin-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-admin-web/messages.pot'", |
32 | 31 | "prepack": "npm run build" |
33 | 32 | }, |
34 | 33 | "devDependencies": { |
|
43 | 42 | "flow-bin": "0.72.0", |
44 | 43 | "history": "3.3.0", |
45 | 44 | "jest-styled-components": "next", |
46 | | - "mcs-lite-icon": "^0.3.37", |
47 | | - "mcs-lite-theme": "^0.4.10", |
48 | | - "mcs-lite-translation": "^0.1.35", |
49 | | - "mcs-lite-ui": "^0.8.10", |
| 45 | + "mcs-lite-icon": "^0.3.38", |
| 46 | + "mcs-lite-theme": "^0.4.11", |
| 47 | + "mcs-lite-translation": "^0.1.36", |
| 48 | + "mcs-lite-ui": "^0.8.11", |
50 | 49 | "polished": "1.9.2", |
51 | 50 | "promise-file-reader": "1.0.2", |
52 | 51 | "prop-types": "15.6.1", |
53 | 52 | "raf": "3.4.0", |
54 | 53 | "ramda": "0.25.0", |
55 | 54 | "react": "16.3.2", |
56 | | - "react-codemirror": |
57 | | - "git://github.com/skidding/react-codemirror.git#106-fix-update", |
| 55 | + "react-codemirror": "git://github.com/skidding/react-codemirror.git#106-fix-update", |
58 | 56 | "react-dom": "16.3.2", |
59 | 57 | "react-helmet": "5.2.0", |
60 | 58 | "react-intl": "2.4.0", |
61 | 59 | "react-intl-cra": "0.3.3", |
62 | | - "react-intl-inject-hoc": "^0.2.38", |
| 60 | + "react-intl-inject-hoc": "^0.2.39", |
63 | 61 | "react-intl-po": "2.2.2", |
64 | 62 | "react-loadable": "5.3.1", |
65 | 63 | "react-motion-ui-pack": "0.10.3", |
|
0 commit comments