-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.62 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
52
53
54
55
56
57
58
{
"name": "dummyi",
"version": "0.2.3",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"add:generator": "tsx ./scripts/addNewGenerator.ts",
"add:formatter": "tsx ./scripts/addNewFormatter.ts"
},
"dependencies": {
"@douyinfe/semi-ui": "^2.51.0",
"@douyinfe/semi-next": "^2.51.0",
"@faker-js/faker": "^8.0.2",
"@reduxjs/toolkit": "^1.9.5",
"@semi-bot/semi-theme-mockdatanz": "^1.1.6",
"@types/node": "20.1.4",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.7",
"@uiw/codemirror-extensions-langs": "^4.21.9",
"@uiw/codemirror-themes": "^4.21.9",
"@uiw/react-codemirror": "^4.21.20",
"@vercel/analytics": "^1.2.2",
"autoprefixer": "10.4.16",
"emoji-picker-react": "^4.5.3",
"eslint": "8.47.0",
"eslint-config-next": "13.5.5",
"hamburger-react": "^2.5.0",
"loadash": "^1.0.0",
"next": "14.0.4",
"next-redux-wrapper": "^8.1.0",
"next-seo": "^6.1.0",
"nextjs-progressbar": "^0.0.16",
"postcss": "8.4.28",
"react": "18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "18.2.0",
"react-intl": "^6.5.5",
"react-redux": "^8.1.3",
"react-reflex": "^4.1.0",
"react-sparklines": "^1.7.0",
"redux-persist": "^6.0.0",
"sass": "^1.69.3",
"tailwindcss": "^3.3.3",
"tsx": "^3.12.7",
"uuidjs": "^5.0.1"
},
"devDependencies": {
"@types/lodash": "^4.14.197",
"cypress": "^12.17.4",
"mini-css-extract-plugin": "^2.7.6",
"typescript": "^5.1.6",
"webpack": "^5.90.3"
}
}