-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 983 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
36
37
38
39
{
"name": "prismic-boilerplate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"eslintConfig": {
"extends": "react-app"
},
"dependencies": {
"@emotion/core": "10.0.27",
"@emotion/styled": "10.0.27",
"emotion": "10.0.27",
"emotion-server": "10.0.27",
"next": "9.3.6",
"next-pwa": "^2.4.1",
"prismic-javascript": "^2.7.1",
"prismic-reactjs": "^1.3.1",
"prop-types": "^15.7.2",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"devDependencies": {
"babel-plugin-emotion": "^10.0.33",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.18.3",
"prettier": "^1.17.1"
}
}