-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 935 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": "chord-katas",
"version": "1.0.0",
"description": "",
"directories": {
"test": "test"
},
"scripts": {
"dev": "parcel -p 4008 index.html",
"bundle:build": "spago build && spago build --purs-args '--codegen corefn'",
"bundle:dce": "./bin/zephyr/zephyr -f Client.Main.main",
"bundle:parcel": "parcel build index.html --public-url '.' --no-source-maps",
"build": "npm run bundle:build && npm run bundle:dce && npm run bundle:parcel"
},
"author": "",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.8.6",
"nodemon": "^2.0.4",
"parcel-bundler": "^1.12.5",
"postcss": "^7.0.36",
"purescript": "^0.14.4",
"purescript-psa": "^0.7.3",
"purgecss": "^3.0.0",
"purs-tidy": "^0.4.6",
"spago": "^0.20.3",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.2.10"
},
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}