forked from thaapasa/purescript-workshop-breakpoint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.12 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
{
"name": "purescript-workshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"psc": "psc-package",
"pulp": "pulp --psc-package",
"repl": "pulp --psc-package repl",
"postinstall": "psc-package install",
"exercises:all": "pulp --psc-package --watch test --main Test.Main | tap-spec",
"exercise1": "pulp --psc-package --watch test --main Test.Exercise1 | tap-spec",
"exercise2": "pulp --psc-package --watch test --main Test.Exercise2 | tap-spec",
"exercise3": "pulp --psc-package --watch test --main Test.Exercise3 | tap-spec",
"exercise4": "pulp --psc-package --watch test --main Test.Exercise4 | tap-spec",
"exercise5": "pulp --psc-package --watch browserify --main HackerReader.Main --to public/client.js -- censor-codes=WildcardInferredType"
},
"dependencies": {
"create-react-class": "15.6.3",
"moment": "2.22.1",
"psc-package": "0.3.2",
"pulp": "12.0.1",
"purescript": "0.11.7",
"purescript-psa": "0.6.0",
"react": "15.4.1",
"react-dom": "15.4.1",
"xhr2": "0.1.4"
},
"devDependencies": {
"tap-spec": "4.1.1"
}
}