-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.37 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
{
"name": "react-native-express-cn",
"description": "快速上手React Native开发,带有交互式例子",
"version": "1.0.0",
"author": "Gavin Chan <[email protected]> (https://github.com/cnscorpions)",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write src/**/*.js",
"git": "git add . && git commit -m",
"postgit": "git pull && git push && git status"
},
"dependencies": {
"@babel/core": "^7.10.2",
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.0",
"@mdx-js/tag": "^0.20.3",
"@next/mdx": "^8.1.0",
"@zeit/next-css": "^1.0.1",
"babel-plugin-styled-components": "^1.10.1",
"change-case": "^4.1.1",
"disqus-react": "^1.0.5",
"global": "^4.4.0",
"graphql": "^0.13.0",
"next": "^10.0.0",
"next-images": "1.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-ga": "^2.6.0",
"react-helmet": "^5.2.1",
"react-native-web-player": "^2.0.0-alpha.8",
"styled-components": "^4.3.1"
},
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@mdx-js/loader": "^1.0.20",
"cross-env": "^7.0.2",
"eslint-plugin-graphql": "^3.0.3",
"loader-utils": "^1.2.3",
"prettier": "^1.13.7",
"raw-loader": "^3.0.0",
"rimraf": "^3.0.2",
"webpack": "^4.0.0"
}
}