-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.78 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@daybyday/yx-app",
"version": "0.1.0",
"description": "A demo template app with NextJS and Material UI.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"install:clean": "rm -rf node_modules/ && rm -rf package-lock.json && rm -rf .next/ && npm install && npm run dev",
"test": "jest --watch",
"test:ci": "jest --ci",
"lint": "eslint src/**/*.js",
"rollup": "rollup -c",
"prepack": "npm run lint && npm run test:ci && npm run rollup",
"git-push": "cd ../yx-env && git-push.sh yx-app"
},
"repository": {
"type": "git",
"url": "https://github.com/gyx8899/yx-app.git"
},
"keywords": [
"next",
"nextjs",
"react",
"reactjs",
"npx",
"material",
"material-design",
"material-kit",
"material-kit-react",
"next-material-kit"
],
"author": "Kate Kuo",
"license": "MIT",
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"@babel/traverse": "^7.9.5",
"@babel/types": "^7.9.5",
"@testing-library/jest-dom": "^5.1.0",
"@testing-library/react": "^9.4.0",
"babel-eslint": "^10.0.3",
"babel-jest": "^25.1.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.17.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^25.1.0",
"react-test-renderer": "^16.12.0",
"rollup": "^2.0.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.4"
},
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/icons": "4.2.1",
"@mdx-js/loader": "^1.5.8",
"@next/mdx": "^9.3.5",
"@zeit/next-sass": "1.0.1",
"classnames": "2.2.6",
"clsx": "latest",
"isomorphic-unfetch": "^3.0.0",
"moment": "2.24.0",
"next": "latest",
"next-compose-plugins": "2.2.0",
"next-images": "1.1.2",
"nextjs-redirect": "1.0.2",
"node-sass": "^4.13.1",
"nouislider": "14.0.2",
"path": "0.12.7",
"prop-types": "latest",
"react": "latest",
"react-datetime": "2.16.3",
"react-dom": "latest",
"react-redux": "^7.2.0",
"react-slick": "0.25.2",
"react-swipeable-views": "0.13.3",
"recompose": "^0.30.0",
"redux": "^4.0.5",
"remark-capitalize": "^1.1.0",
"styled-components": "4.3.2",
"webpack": "4.39.3"
}
}