-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 1001 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
{
"name": "existence-simulator",
"author": {
"name": "Jesse Lawson",
"email": "jesse@lawsonry.com",
"url": "https://jesselawson.org"
},
"license": "GPL-3.0-or-later",
"version": "1.0.0",
"description": "A game about, well, existing.",
"scripts": {
"start": "parcel src/index.html --open",
"build": "rm -rf dist && rm -rf .parcel-cache && parcel build src/index.html --public-url ./ --no-source-maps"
},
"browserslist": "> 0.25%, not dead",
"dependencies": {
"@popperjs/core": "^2.10.2",
"bootstrap": "^5.1.3",
"elements": "^0.6.0",
"normalize-css": "^2.3.1",
"normalize.css": "^8.0.1",
"npm": "^8.3.1",
"parcel-plugin-html-partials": "^0.0.6",
"wired-elements": "2.1.2"
},
"devDependencies": {
"@parcel/config-default": "^2.3.2",
"@parcel/transformer-sass": "2.3.2",
"@parcel/transformer-typescript-tsc": "^2.3.2",
"parcel": "^2.3.2",
"sass": "^1.49.7",
"typescript": "^4.5.5"
},
"keywords": []
}