-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 981 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
34
35
36
37
{
"name": "demo",
"version": "0.0.0",
"main": "index.js",
"author": "Guillaume Bogard",
"license": "MIT",
"scripts": {
"build": "spago build && NODE_ENV=production webpack",
"start": "concurrently \"npm:dev:*\"",
"dev:purescript": "spago build --watch",
"dev:webpack": "webpack serve --open"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"concurrently": "^6.0.0",
"copy-webpack-plugin": "^8.1.1",
"css-loader": "^5.1.3",
"dart-sass": "^1.25.0",
"file-loader": "^6.2.0",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.3.9",
"remark-html": "^13.0.1",
"remark-loader": "^3.0.0",
"sass": "^1.32.8",
"sass-loader": "^11.0.1",
"spago": "^0.19.1",
"webpack": "^5.27.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"dependencies": {
"bulma": "^0.9.2",
"purescript": "^0.14.0",
"remark": "^13.0.0"
}
}