-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.74 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
{
"name": "estimatethisfor.me",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "next build && next export && touch out/.nojekyll && gh-pages -d out",
"export": "next build && next export",
"deploy:only": "gh-pages -d out",
"serve:only": "serve out",
"serve": "next build && next export && serve out",
"localweb": "node ./node_modules/@aspot/websocket/lib/server.js",
"help": "gh-pages --help"
},
"dependencies": {
"@altrx/gundb-react-hooks": "^0.9.6",
"@aspot/core": "^0.5.5",
"@aspot/react": "^0.5.5",
"@aspot/websocket": "^0.5.8",
"@rehooks/local-storage": "^2.4.3",
"@types/lodash": "^4.14.175",
"@types/markdown-table": "^3.0.0",
"@types/react-router-dom": "^5.3.0",
"@types/uuid": "^8.3.1",
"copy-to-clipboard": "^3.3.1",
"gh-pages": "^3.2.3",
"gun": "^0.2020.1235",
"jest": "^27.2.4",
"lodash": "^4.17.21",
"markdown-table": "^3.0.1",
"next": "11.1.2",
"node-turn": "0.0.6",
"rc-notification": "^4.5.7",
"rc-slider": "^9.7.2",
"react": "17.0.2",
"react-dnd": "^14.0.4",
"react-dnd-html5-backend": "^14.0.2",
"react-dom": "17.0.2",
"react-drag-drop-container": "^6.1.1",
"react-ga": "^3.3.0",
"react-ga4": "^1.4.1",
"react-router-dom": "^5.3.0",
"react-toastify": "^8.0.3",
"serve": "^12.0.1",
"typestub-ws": "^8.2.3",
"uuid": "^8.3.2",
"ws": "^8.2.3"
},
"devDependencies": {
"@types/react": "17.0.20",
"autoprefixer": "^10.4.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"postcss": "^8.4.7",
"tailwindcss": "^3.0.23",
"typescript": "4.4.2"
}
}