-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.34 KB
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
42
43
44
45
{
"name": "web",
"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",
"api": "yarn run-script script/api.ts"
},
"files": [
"dist/**"
],
"devDependencies": {
"@iamyth/logger": "1.0.4",
"@iamyth/prettier-config": "0.0.1",
"@iamyth/webpack-runner": "1.0.7",
"@types/file-saver": "2.0.2",
"@types/node": "14.14.41",
"@types/react-qr-reader": "2.1.3",
"api-code-generator": "1.0.0",
"eslint-config-iamyth": "0.0.6",
"mocha": "8.3.2",
"prettier": "2.2.1",
"ts-node": "9.1.1",
"typescript": "4.2.4"
},
"dependencies": {
"@chakra-ui/react": "1.6.0",
"@emotion/react": "11",
"@emotion/styled": "11",
"coil-react": "1.0.4",
"file-saver": "2.0.5",
"framer-motion": "4",
"html-to-image": "1.6.1",
"jamyth-web-util": "1.0.3",
"react-icons": "4.2.0",
"react-qr-reader": "2.2.1",
"react-qr-svg": "2.3.0"
}
}