-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 KB
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
{
"name": "react-next-framework",
"version": "1.0.6",
"description": "An i18n next app with server side rendering",
"main": "index.js",
"scripts": {
"dev": "node server/index.js",
"build": "next build",
"start": "next start",
"online": "cross-env NODE_ENV=production node server/index.js"
},
"keywords": [
"react",
"next",
"server",
"i18n",
"redux",
"axios"
],
"repository": {
"type": "git",
"url": "https://github.com/aiyld/react-next-framework.git"
},
"author": "aiyld@hotmail.com",
"license": "ISC",
"dependencies": {
"@zeit/next-css": "^1.0.1",
"@zeit/next-less": "^1.0.1",
"autoprefixer": "^9.5.0",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"cookie-parser": "^1.4.4",
"cookie-session": "^1.3.3",
"express": "^4.16.4",
"js-cookie": "^2.2.0",
"less": "^3.9.0",
"md5": "^2.2.1",
"next": "^8.0.3",
"postcss-css-variables": "^0.12.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.6",
"react-dom": "^16.8.6",
"react-redux": "^5.0.1",
"redux": "^3.6.0",
"redux-devtools-extension": "^2.13.2"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"cross-env": "^5.2.0",
"eslint": "^4.13.1",
"eslint-plugin-react": "^7.5.1",
"file-loader": "^3.0.1",
"react-i18loader": "^1.0.2",
"url-loader": "^1.1.2"
}
}