-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 848 Bytes
/
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
{
"name": "retrores",
"description": "Resources from Windows 98",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/1j01/retrores.git"
},
"bugs": {
"url": "https://github.com/1j01/retrores/issues"
},
"homepage": "https://github.com/1j01/retrores",
"license": "UNLICENSED",
"private": true,
"keywords": [
"windows",
"98",
"98.js",
"windows-98",
"operating-system",
"os",
"resources",
"icons",
"images",
"cursors",
"ico",
"cur",
"ani",
"avi",
"dll"
],
"scripts": {
"dev": "node server.js",
"build": "next build && next export",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@zeit/next-preact": "0.1.0",
"next": "7.0.2",
"preact": "8.4.2",
"preact-compat": "3.18.4",
"react": "16.6.3",
"react-dom": "16.6.3",
"slug": "0.9.2"
}
}