-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 892 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 892 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
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"antd": "^4.16.8",
"next": "11.0.1",
"next-with-less": "^1.0.0",
"react": "17.0.2",
"react-css-theme-switcher": "^0.3.0",
"react-dom": "17.0.2"
},
"devDependencies": {
"@types/react": "17.0.15",
"autoprefixer": "^10.3.1",
"eslint": "7.31.0",
"eslint-config-next": "11.0.1",
"gulp": "^4.0.2",
"gulp-csso": "^4.0.1",
"gulp-debug": "^4.0.0",
"gulp-less": "^5.0.0",
"gulp-postcss": "^9.0.0",
"less": "^4.1.1",
"less-loader": "^10.0.0",
"less-plugin-npm-import": "^2.1.0",
"typescript": "4.3.5"
}
}