-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1 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
{
"name": "r3pl",
"version": "0.2.2",
"author": "p-code-magazine",
"repository": {
"type": "git",
"url": "git+https://github.com/p-code-magazine/r3pl.git"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"export": "next export"
},
"dependencies": {
"@p-code-magazine/p-code": "^1.1.0",
"next": "^10.2.0",
"next-plugin-preact": "^3.0.3",
"next-pwa": "^5.2.16",
"preact": "^10.5.13",
"preact-render-to-string": "^5.1.19",
"randexp": "^0.5.3",
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]",
"react-hotkeys-hook": "^3.3.1",
"react-intersection-observer": "^8.31.1",
"react-textarea-autosize": "^8.3.2",
"react-use-gesture": "^9.0.4",
"socket.io-client": "^4.4.1"
},
"devDependencies": {
"@babel/core": "^7.12.17",
"postcss-flexbugs-fixes": "4.2.1",
"postcss-preset-env": "^6.7.0",
"tailwindcss": "^2.0.3",
"webpack": "^4.45.0"
},
"license": "MIT"
}