-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.04 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
{
"name": "desci-boilerplate",
"version": "0.1.0",
"description": "Boilerplate project for DeSci applications.",
"main": "index.js",
"repository": "https://github.com/DeSci/boilerplate",
"author": "alkhe <raphaeljmu@gmail.com>",
"license": "MIT",
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@heroicons/react": "^1.0.3",
"cuid": "^2.1.8",
"express-graphql": "^0.12.0",
"gqtx": "0.8.1-348cf7b3.0",
"graphql": "^15.5.1",
"next": "^11.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"urql": "^2.0.4"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.3.0",
"@playwright/test": "^1.14.0",
"@types/node": "^16.4.13",
"@types/react": "^17.0.16",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"typescript": "^4.3.5"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "playwright test"
}
}