-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.96 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "iEditor",
"version": "0.1.0",
"description": "iEditor POC unified Inspection Template and Report editor concept",
"repository": "https://github.com/CallumHoward/ieditor",
"homepage": "https://callumhoward.github.io/ieditor/",
"author": "Callum Howard",
"license": "MIT",
"keywords": [
"audit",
"checklist"
],
"scripts": {
"start": "concurrently --names tsc,esb -c green.bold,blue.bold --kill-others \"yarn:bundle --dev\" \"tsc --watch\" ",
"lint": "esw --ext .ts,.tsx src/",
"build": "concurrently --success --names tsc,esb -c green.bold,blue.bold tsc yarn:bundle",
"bundle": "node ./esbuild.config.mjs",
"predeploy": "yarn build",
"deploy": "gh-pages -d docs",
"clean": "rimraf docs/dist",
"test": "echo 'TODO'"
},
"dependencies": {
"@types/smoothscroll-polyfill": "^0.3.1",
"fast-deep-equal": "^3.1.3",
"final-form": "^4.20.2",
"gh-pages": "^3.2.3",
"popmotion": "^9.4.0",
"react": "17.0.2",
"react-beautiful-dnd": "^13.1.0",
"react-bottom-drawer": "^0.1.1",
"react-dom": "17.0.2",
"react-final-form": "^6.5.3",
"react-router-dom": "^5.3.0",
"smoothscroll-polyfill": "^0.4.4",
"uuid": "^8.3.2",
"y-websocket": "^1.3.16",
"yjs": "^13.0.0-78"
},
"devDependencies": {
"@svgr/cli": "^5.5.0",
"@types/node": "14.14.35",
"@types/react": "17.0.3",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "17.0.2",
"@types/react-router-dom": "^5.1.9",
"@types/styled-components": "^5.1.14",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.31.1",
"@typescript-eslint/parser": "^4.31.1",
"@welldone-software/why-did-you-render": "^6.2.1",
"concurrently": "6.0.1",
"create-serve": "1.0.1",
"esbuild": "0.11.5",
"eslint": "^7.32.0",
"eslint-plugin-react": "^7.25.2",
"eslint-watch": "^7.0.0",
"rimraf": "3.0.2",
"styled-components": "^5.3.1",
"typescript": "4.2.3"
}
}