forked from a4-development/xross-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.1 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
{
"name": "xross-world",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"axios": "^0.21.1",
"buffer-image-size": "^0.6.4",
"crossword-generate": "git+https://github.com/a4-development/crossword-generate.git#main",
"kuroshiro": "^1.1.2",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"material-ui-dropzone": "^3.5.0",
"multer": "^1.4.2",
"next": "10.0.9",
"next-connect": "^0.10.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dropzone": "^11.3.1",
"sharp": "^0.27.2",
"styled-components": "^5.2.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/multer": "^1.4.5",
"@types/node": "^14.14.35",
"@types/react": "^17.0.3",
"@types/sharp": "^0.27.1",
"@types/styled-components": "^5.1.9",
"@types/uuid": "^8.3.0",
"babel-plugin-styled-components": "^1.12.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3"
}
}