-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 838 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
{
"name": "with-typescript",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"type-check": "tsc"
},
"dependencies": {
"@hackplan/uui": "^0.4.15",
"@types/crypto-js": "^3.1.47",
"@types/uuid": "^8.3.0",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.0.0",
"next": "latest",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hook-form": "^6.4.1",
"recoil": "^0.0.10",
"typestyle": "^2.1.0",
"uuid": "^8.3.0",
"vercel": "^20.1.0"
},
"devDependencies": {
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^1.6.0",
"typescript": "4.0.2"
},
"license": "ISC"
}