-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 954 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
32
33
34
35
{
"name": "nextjs-use-materialui",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"dependencies": {
"@material-ui/core": "^3.7.0",
"gsap": "^2.0.2",
"htmr": "^0.7.0",
"jss": "^9.8.7",
"next": "^7.0.2",
"prop-types": "^15.7.2",
"react": "^16.10",
"react-dom": "^16.10",
"react-jss": "^8.6.1",
"styled-jsx": "^3.2.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-module-resolver": "^3.1.1",
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-import-resolver-babel-module": "^4.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-redux-saga": "^0.10.0",
"eslint-plugin-standard": "^4.0.0"
}
}