-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.21 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
{
"name": "soya-training",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"analyze": "BUNDLE_ANALYZE=both soya-next-scripts build",
"analyze:browser": "BUNDLE_ANALYZE=browser soya-next-scripts build",
"analyze:server": "BUNDLE_ANALYZE=server soya-next-scripts build",
"build": "soya-next-scripts build",
"dev": "soya-next-scripts dev",
"eject": "soya-next-scripts eject",
"start": "soya-next-server",
"test": "soya-next-scripts test"
},
"dependencies": {
"@traveloka/soya-components": "^1.0.0-beta.2",
"apollo-client": "^2.2.7",
"config": "^1.30.0",
"emotion": "^9.2.6",
"emotion-server": "^9.2.6",
"express": "^4.16.2",
"graphql": "^0.13.2",
"history": "^4.7.2",
"isomorphic-unfetch": "^2.1.1",
"next": "^5.1.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-apollo": "^2.0.4",
"react-cookie": "2.1.1",
"react-datetime": "^2.15.0",
"react-dom": "^16.2.0",
"react-emotion": "^9.2.6",
"react-icons": "^3.0.5",
"react-redux": "^5.0.7",
"redux": "^3.7.2",
"soya-form": "^0.0.14",
"soya-next": "^0.5.0",
"soya-next-server": "^0.5.0"
},
"devDependencies": {
"soya-next-scripts": "^0.5.8"
}
}