-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
41 lines (41 loc) · 1.08 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
{
"name": "gank",
"version": "1.0.0",
"scripts": {
"dev": "node server",
"build": "next build",
"start": "cross-env NODE_ENV=production node server",
"test": "jest --watch",
"test:ci": "jest --ci",
"heroku-postbuild": "next build"
},
"dependencies": {
"antd": "4.16.13",
"antd-mobile": "2.3.4",
"isomorphic-fetch": "3.0.0",
"mobx": "6.3.3",
"mobx-react": "7.2.0",
"next": "11.1.2",
"next-images": "1.8.1",
"next-offline": "5.0.5",
"nprogress": "0.2.0",
"rc-form": "2.4.12",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-masonry-component": "6.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "7.14.5",
"@babel/plugin-proposal-decorators": "7.15.4",
"@testing-library/jest-dom": "5.14.1",
"@testing-library/react": "12.1.0",
"babel-jest": "27.2.0",
"babel-plugin-import": "1.13.3",
"codecov": "3.8.3",
"cross-env": "7.0.3",
"identity-obj-proxy": "3.0.0",
"immutable": "4.0.0-rc.15",
"jest": "27.2.0",
"react-test-renderer": "17.0.2"
}
}