-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
33 lines (33 loc) · 897 Bytes
/
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
{
"name": "lihkg-web",
"version": "0.0.0",
"private": true,
"devDependencies": {
"cross-env": "^3.1.3",
"react-scripts": "0.7.0"
},
"dependencies": {
"array.prototype.fill": "^1.0.1",
"array.prototype.filter": "^0.1.1",
"array.prototype.find": "^2.0.0",
"array.prototype.findindex": "^2.0.0",
"isomorphic-fetch": "^2.2.1",
"moment": "^2.17.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-helmet": "^3.2.2",
"react-image-gallery": "^0.7.4",
"react-redux": "^4.4.6",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"semantic-ui-react": "^0.61.4",
"string.prototype.repeat": "^0.2.0",
"velocity-react": "^1.1.11"
},
"scripts": {
"start": "cross-env PORT=8080 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}