forked from citizennet/purescript-ocelot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 803 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 803 Bytes
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
{
"name": "purescript-ocelot",
"version": "0.16.9",
"private": true,
"scripts": {
"build-all": "yarn run build-ui && yarn run build-css",
"postinstall": "bower install",
"clean": "rm -rf output bower_components node_modules && cd css && rm -rf node_modules",
"build-ui": "yarn run pulp -- build -I ui-guide --to dist/example.js -- $RTS_ARGS",
"watch-ui": "yarn run pulp -w --then 'yarn run build-css' build -I ui-guide --to dist/example.js",
"install-css": "cd css && yarn install",
"build-css": "cd css && yarn run build-all"
},
"devDependencies": {
"bower": "^1.8.8",
"pulp": "^12.4.2",
"purescript": "^0.12.0",
"webpack-cli": "^3.0.6"
},
"dependencies": {
"big-integer": "^1.6.31",
"request": "^2.88.0",
"yarn": "^1.16.0"
}
}