-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.22 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
{
"name": "landmines",
"version": "1.0.0",
"main": "dist/index.js",
"license": "MIT",
"scripts": {
"run-script": "ts-node --project config/tsconfig.script.json",
"format": "yarn run-script script/format.ts",
"lint": "yarn run-script script/lint.ts",
"build": "yarn run-script script/build.ts",
"module": "coil-react",
"start": "yarn run-script script/start.ts",
"docker": "docker image build -t minesweeper .",
"run-docker": "docker run --rm -p 80:80 minesweeper"
},
"files": [
"dist/**"
],
"dependencies": {
"@chakra-ui/react": "1.6.4",
"@emotion/react": "11.4.0",
"@emotion/styled": "11.3.0",
"coil-react": "1.0.4",
"framer-motion": "4.1.17",
"jamyth-web-util": "1.0.4",
"react-icons": "4.2.0"
},
"devDependencies": {
"@iamyth/logger": "1.0.4",
"@iamyth/prettier-config": "0.0.1",
"@iamyth/webpack-runner": "1.0.9",
"@types/node": "16.0.0",
"coil-react-cli": "1.0.1",
"eslint": "7.30.0",
"eslint-config-iamyth": "0.0.7",
"prettier": "2.3.2",
"ts-node": "10.0.0",
"typescript": "4.3.5"
}
}