-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 875 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
{
"name": "gomoku",
"version": "1.0.0",
"license": "MIT",
"repository": {
"url": "https://github.com/mathieucaroff/gomoku"
},
"scripts": {
"dev": "parcel src/index.html",
"build": "parcel build src/index.html",
"mcabuild": "parcel build src/index.html --public-url gomoku.d",
"check-knip": "knip --dependencies --exports --include files --reporter ./knip-reporter.ts",
"prettier": "prettier"
},
"dependencies": {
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.18",
"@types/react-dom": "^18.2.18",
"knip": "^3.8.4",
"parcel": "^2.10.3",
"prettier": "^2.7.1",
"process": "^0.11.10",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}