-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 909 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
{
"name": "nextjs-typescript-antd-custom",
"description": "NextJS + Typescript + Ant Design + Custom AntD theme boilerplate by Etienne BLANC",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@ant-design/icons": "latest",
"antd": "latest",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"less": "3.0.4",
"less-vars-to-js": "1.3.0",
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"node-sass": "^4.14.0",
"sass": "^1.26.3",
"overmind": "^23.0.1",
"overmind-react": "^24.0.1"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^13.13.1",
"@types/react": "^16.9.34",
"babel-plugin-import": "^1.13.0",
"babel-plugin-module-resolver": "^4.0.0",
"styled-jsx-plugin-sass": "^1.0.0",
"typescript": "^3.8.3"
}
}