-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
31 lines (31 loc) · 860 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
{
"name": "i18n",
"version": "0.9.4",
"private": true,
"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",
"export": "soya-next-scripts export",
"start": "soya-next-server",
"test": "soya-next-scripts test"
},
"dependencies": {
"config": "^2.0.1",
"express": "^4.16.3",
"next": "^9.5.3",
"prop-types": "^15.6.2",
"react": "^16.12.0",
"react-cookie": "^2.2.0",
"react-dom": "^16.12.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"soya-next": "^0.9.4",
"soya-next-server": "^0.9.4"
},
"devDependencies": {
"soya-next-scripts": "^0.9.4"
}
}