This repository has been archived by the owner on Oct 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.old.json
77 lines (77 loc) · 2.44 KB
/
package.old.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "sbs2-frontend",
"version": "2.0.0",
"description": "The reference frontend implementation for new.smilebasicsource.com",
"main": "index.js",
"repository": "https://github.com/BrokenR3C0RD/SBS2-Frontend-Rewrite",
"author": "MasterR3C0RD",
"license": "GPL-2.0",
"private": true,
"dependencies": {
"@bbob/core": "^2.5.6",
"@bbob/preset": "^2.5.6",
"@bbob/react": "^2.5.6",
"@iconify/icons-ant-design": "^1.0.8",
"@iconify/icons-bx": "^1.0.3",
"@iconify/icons-cib": "^1.0.2",
"@iconify/icons-dashicons": "^1.0.9",
"@iconify/icons-mdi": "^1.0.100",
"@iconify/icons-oi": "^1.0.5",
"@iconify/icons-vaadin": "^1.0.5",
"@iconify/react": "^1.1.3",
"@next/bundle-analyzer": "^9.4.2",
"core-js": "3",
"damerau-levenshtein": "^1.0.6",
"dayjs": "^1.8.27",
"deep-equal": "^2.0.3",
"isomorphic-fetch": "^2.2.1",
"js-levenshtein": "^1.1.6",
"next": "^9.4.2-canary.5",
"preact": "^10.4.4",
"preact-compat": "^3.19.0",
"preact-render-to-string": "^5.1.8",
"react": "github:preact-compat/react#1.0.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dnd-multi-backend": "^6.0.1",
"react-dnd-touch-backend": "^10.0.2",
"react-dom": "github:preact-compat/react-dom#1.0.0",
"react-dropzone": "^11.0.1",
"react-ssr-prepass": "npm:preact-ssr-prepass",
"regenerator-runtime": "^0.13.5",
"styled-jsx": "^3.2.5",
"swr": "^0.2.0",
"validator": "^13.0.0"
},
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"@babel/preset-typescript": "^7.9.0",
"@types/deep-equal": "^1.0.1",
"@types/html-webpack-plugin": "^3.2.2",
"@types/react": "^16.9.34",
"@types/react-dnd-multi-backend": "^5.0.0",
"@types/react-dom": "^16.9.7",
"@types/styled-jsx": "^2.2.8",
"@types/validator": "^13.0.0",
"@types/webpack": "^4.41.12",
"@types/webpack-dev-server": "^3.10.1",
"babel-loader": "^8.1.0",
"fork-ts-checker-webpack-plugin": "^4.1.3",
"html-webpack-plugin": "^4.3.0",
"source-map": "^0.7.3",
"ts-loader": "^7.0.2",
"ts-node": "^8.9.1",
"typescript": "^3.8.3",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}