-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.19 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
{
"name": "ludumdare46",
"version": "0.1.0",
"description": "",
"keywords": [
"game",
"gamejam",
"jam",
"ludum",
"dare",
"ludumdare"
],
"homepage": "https://github.com/WartaPoirier-corp/ludumdare46#readme",
"bugs": {
"url": "https://github.com/WartaPoirier-corp/ludumdare46/issues"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/WartaPoirier-corp/ludumdare46.git"
},
"license": "GPL-3.0-or-later",
"author": "WartaPoirier Corp.",
"scripts": {
"build": "parcel build src/index.html",
"dev": "parcel src/index.html"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.6.2",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-redux": "^7.1.24",
"parcel": "^2.6.2",
"parcel-bundler": "^1.3.1",
"parcel-plugin-static-files-copy": "^2.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-size": "^1.3.5",
"react-redux": "^8.0.2",
"react-tooltip": "^4.2.21",
"redux": "^4.2.0",
"redux-localstorage": "^0.4.1",
"sass": "^1.53.0",
"typescript": "^4.7.4"
},
"staticFiles": {
"staticPath": "assets",
"watcherGlob": "**"
}
}