forked from nathanfredericks/pocketmine-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.5 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
{
"name": "pocketmine-tools",
"version": "2.0.0-rc.2",
"private": true,
"description": "",
"homepage": "https://pmt.mcpe.fun",
"bugs": {
"url": "https://github.com/pocketmine-tools/pocketmine-tools/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pocketmine-tools/pocketmine-tools.git"
},
"license": "MIT",
"author": "Nathaniel Fredericks <[email protected]> (https://nathfreder.tech)",
"main": "pages/index.js",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start",
"now-build": "npm run build && npm run export -- -o dist",
"export": "next export"
},
"dependencies": {
"@brunorb/semverjs": "^1.0.4",
"@prettier/plugin-php": "^0.11.2",
"@svgr/webpack": "^5.2.0",
"@zeit/next-sass": "^1.0.1",
"algoliasearch": "^3.35.1",
"bootstrap": "4.4",
"bootstrap-icons": "^1.0.0-alpha2",
"file-saver": "^2.0.2",
"jszip": "^3.2.2",
"next": "^9.3.2",
"node-sass": "^4.13.0",
"pako": "^1.0.10",
"phar": "^1.8.0",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-bootstrap": "^1.4.0",
"react-dom": "^16.13.0",
"react-instantsearch-dom": "^6.0.0",
"text-encoding": "^0.7.0",
"yaml-js": "^0.2.3"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "^6.6.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"prettier": "^1.19.1"
}
}