-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.35 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
{
"name": "emma-bringts",
"version": "1.0.0-development",
"description": "",
"scripts": {
"develop": "next",
"lint": "eslint . --ext .ts,.tsx",
"build": "next build",
"start": "next start",
"import:sfy": "node scripts/import-sfy.js"
},
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/deniaz/emma-bringts.git"
},
"author": "Robert Vogt <[email protected]>",
"license": "MIT",
"dependencies": {
"@fullhuman/postcss-purgecss": "^2.1.0",
"autoprefixer": "^9.7.4",
"graphql": "^14.6.0",
"graphql-request": "^1.8.2",
"mongodb": "^3.5.5",
"next": "^9.3.2",
"node-fetch": "^2.6.1",
"node-html-parser": "^1.2.13",
"postcss-import": "^12.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.7.0",
"swr": "^0.1.18",
"tailwindcss": "^1.2.0"
},
"devDependencies": {
"@smartive/prettier-config": "^2.0.1",
"@types/graphql": "^14.5.0",
"@types/mongodb": "^3.5.2",
"@types/node": "^13.9.2",
"@types/node-fetch": "^2.5.5",
"@types/react": "^16.9.25",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-plugin-react": "^7.19.0",
"prettier": "^2.0.1",
"typescript": "^3.8.3"
}
}