-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 896 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
{
"name": "acinetobase-static",
"version": "0.0.1",
"description": "Compendium of Experiments in the Lab",
"main": "src/index.js",
"scripts": {
"build": "spago build && node build.js",
"start": "live-server --no-browser ./_site",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vibbits/acinetobase-static.git"
},
"author": "James Collier",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/vibbits/acinetobase-static/issues"
},
"homepage": "https://acinetobase.vib.be",
"dependencies": {
"react": "17.0.2",
"react-dom": "17.0.2"
},
"devDependencies": {
"esbuild": "^0.15.12",
"esbuild-plugin-purescript": "^1.1.1",
"live-server": "^1.2.2",
"purescript": "^0.15.6",
"purs-backend-es": "^1.1.1",
"spago": "^0.20.9"
}
}