-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 914 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 914 Bytes
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": "flumph",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "next lint --fix"
},
"dependencies": {
"clsx": "^1.1.1",
"is-hotkey": "^0.2.0",
"next": "12.0.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"slate": "^0.72.3",
"slate-history": "^0.66.0",
"slate-react": "^0.72.1"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@types/node": "16.11.12",
"@types/react": "17.0.37",
"autoprefixer": "^10.4.0",
"eslint": "8.4.1",
"eslint-config-next": "12.0.7",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"postcss": "^8.4.4",
"prettier": "^2.5.1",
"tailwindcss": "^3.0.0",
"typescript": "4.5.2"
},
"engines": {
"node": "14.x"
}
}