-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.03 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
{
"name": "reality",
"version": "0.1.0",
"description": "Gaming and Development Platform",
"main": "dist/index.html",
"repository": "https://github.com/elyctech/reality",
"author": "Cyle Ven Dawson <dawsonc623@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"build:prod": "parcel build src/index.html",
"dev": "parcel -p 8080 src/index.html --dist-dir dist_dev"
},
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"devDependencies": {
"@parcel/transformer-sass": "2.0.0-beta.2",
"@parcel/transformer-typescript-tsc": "2.0.0-beta.2",
"@parcel/validator-typescript": "2.0.0-beta.2",
"@types/react": "^17.0.8",
"@types/react-dom": "^17.0.5",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"parcel": "2.0.0-beta.2",
"sass": "^1.34.0",
"typescript": "^4.2.4"
}
}