-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 889 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": "sampletsx",
"version": "1.0.0",
"description": "sample tsx",
"main": "index.js",
"scripts": {
"debug": "tsc --sourcemap",
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"author": "",
"license": "ISC",
"dependencies": {
"11": "0.0.1",
"@apollo/client": "3.3.20",
"@apollo/react-hooks": "4.0.0",
"apollo-server": "3.3.0",
"csstype": "3.0.5",
"dotenv": "10.0.0",
"graphql": "15.5.1",
"next": "12.0.8",
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"autoprefixer": "10.4.2",
"eslint": "8.7.0",
"eslint-config-next": "12.0.8",
"@types/node": "14.14.10",
"@types/react": "17.0.0",
"postcss": "8.4.5",
"tailwindcss": "3.0.15",
"typescript": "4.3.2"
},
"engines": {
"node": "14.17.5"
}
}