-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·56 lines (56 loc) · 1.26 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
{
"name": "my-divjoy-project",
"version": "0.1.0",
"private": true,
"keywords": [
"divjoy"
],
"dependencies": {
"@analytics/google-analytics": "0.2.0",
"@emotion/core": "^10.0.22",
"@emotion/styled": "^10.0.23",
"@zeit/next-css": "^1.0.1",
"@zeit/next-sass": "0.2.1-canary.4",
"analytics": "0.2.6",
"bulma": "0.7.5",
"fake-auth": "0.0.5",
"i18next": "^19.0.0",
"i18next-browser-languagedetector": "^4.0.1",
"ky": "^0.15.0",
"leaflet": "^1.6.0",
"next": "9.1.2-canary.7",
"node-sass": "4.12.0",
"query-string": "6.8.3",
"react": "16.10.2",
"react-bulma-components": "3.1.3",
"react-dom": "16.10.2",
"react-i18next": "^11.1.0",
"react-leaflet": "^2.6.1"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "npm run build && next export"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:8080",
"devDependencies": {
"file-loader": "^5.0.2",
"url-loader": "^3.0.0"
}
}