-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
79 lines (79 loc) · 2.42 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "mcs-lite-mobile-web",
"version": "0.4.44",
"description": "MCS Lite Mobile Web",
"repository": "MCS-Lite/mcs-lite",
"author": "Michael Hsu <[email protected]>",
"bugs": {
"url": "https://github.com/MCS-Lite/mcs-lite/issues",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "http://localhost:3000/mobile",
"files": ["build"],
"proxy": {
"/api": {
"target": "http://localhost:3000"
},
"/oauth": {
"target": "http://localhost:3000"
}
},
"scripts": {
"start": "react-scripts start",
"build":
"REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build",
"test": "CI=true react-scripts test --env=jsdom --coverage --runInBand",
"test:watch": "react-scripts test --env=jsdom",
"extract:messages":
"react-intl-cra 'src/**/*.js' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json'",
"extract:pot":
"react-intl-po json2pot '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.json' -o '../mcs-lite-translation/src/mcs-lite-mobile-web/messages.pot'",
"prepack": "npm run build"
},
"devDependencies": {
"@cycle/http": "14.9.0",
"@cycle/rxjs-run": "8.0.0",
"@cycle/time": "0.8.0",
"browser-locale": "1.0.3",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"enzyme-to-json": "3.3.3",
"flow-bin": "0.72.0",
"history": "3.3.0",
"jest-styled-components": "next",
"mcs-lite-connect": "^0.3.41",
"mcs-lite-icon": "^0.3.40",
"mcs-lite-theme": "^0.4.13",
"mcs-lite-translation": "^0.1.38",
"mcs-lite-ui": "^0.8.13",
"polished": "1.9.2",
"prop-types": "15.6.1",
"raf": "3.4.0",
"ramda": "0.25.0",
"react": "16.3.2",
"react-dom": "16.3.2",
"react-helmet": "5.2.0",
"react-intl": "2.4.0",
"react-intl-cra": "0.3.3",
"react-intl-inject-hoc": "^0.2.41",
"react-intl-po": "2.2.2",
"react-loadable": "5.3.1",
"react-motion-ui-pack": "0.10.3",
"react-overlays": "0.8.3",
"react-redux": "5.0.7",
"react-router": "3.2.0",
"react-router-redux": "4.0.8",
"react-router-scroll": "0.4.4",
"react-scripts": "1.1.4",
"react-text-truncate": "0.13.1",
"recompose": "0.26.0",
"redux": "3.7.2",
"redux-cycles": "0.4.1",
"redux-freeze": "0.1.5",
"redux-mock-store": "1.5.1",
"rxjs": "5.5.10",
"styled-components": "3.2.6",
"uuid": "3.2.1"
}
}