forked from demokratie-live/bundestag.io-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.14 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": "bundestag.io-admin",
"version": "2.1.8",
"scripts": {
"dev": "node -r dotenv/config server.js",
"build": "next build",
"start": "node -r dotenv/config server.js",
"analyze": "cross-env ANALYZE=1 next build && cat .next/stats.txt"
},
"dependencies": {
"@democracy-deutschland/bundestag.io-definitions": "^1.0.0",
"@zeit/next-css": "^0.2.0",
"@zeit/next-source-maps": "^0.0.2",
"antd": "^3.6.5",
"apollo-boost": "^0.1.3",
"babel-plugin-import": "^1.8.0",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"basic-auth-connect": "^1.0.0",
"dotenv": "^8.2.0",
"express": "^4.16.3",
"formik": "^1.0.2",
"graphql": "0.13.2",
"isomorphic-unfetch": "2.0.0",
"next": "^6.1.1",
"p3x-xml2json": "^2019.10.189",
"prop-types": "15.6.1",
"react": "^16.4.1",
"react-apollo": "^2.1.9",
"react-dom": "^16.4.1",
"react-infinite-scroller": "^1.2.0",
"request": "^2.88.0",
"styled-components": "^4.4.1",
"webpack-bundle-analyzer": "^2.13.1",
"yup": "^0.26.0"
},
"author": "",
"license": "ISC",
"devDependencies": {
"cross-env": "^5.2.0"
}
}