-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 776 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 776 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
{
"private": true,
"scripts": {
"test": "pulp test --include examples",
"test-watch": "./bin/watch",
"build-watch": "pulp --watch browserify --to dist/Main.js",
"webpack": "DEBUG=purs-loader* DEBUG_DEPTH=100 webpack --progress --bail",
"webpack:server": "webpack-dev-server --progress --inline",
"webpack:dll": "webpack --verbose --colors --display-error-details --progress --config webpack-dll.config.js"
},
"devDependencies": {
"canvas": "^2.5.0",
"inflection": "^1.12.0",
"jsdom": "^13.0.0",
"jsdom-global": "^3.0.2",
"p5": "^0.7.2",
"purescript": "^0.12.5",
"purescript-psa": "^0.7.3",
"purs-loader": "^3.2.0",
"webpack": "^3.12.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^2.11.3"
}
}