-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.19 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
33
34
35
36
37
38
39
{
"name": "mypy-purescript-talk",
"description": "A slidedeck",
"main": "static/index.js",
"scripts": {
"clean": "rimraf output .cache .psci_modules .pulp-cache .spago dist prod testdist metajelo-ui-css-classes css/* sass/*",
"build": "spago build",
"debug": "./scripts/debug",
"prod": "./scripts/prod",
"parcel": "parcel build --public-url ./ prod/index.html",
"start": "spago build && parcel --no-hmr --public-url ./ static/index.html",
"watch": "spago build && parcel watch static/index.html"
},
"author": "Brandon Barker <[email protected]> (https://github.com/bbarker)",
"license": "MPL2",
"devDependencies": {
"autoprefixer": "^9.8.6",
"bower": "^1.8.6",
"cssmin": "^0.4.3",
"cssnano": "^4.1.10",
"google-closure-compiler": "^20200920.0.0",
"parcel-bundler": "^1.12.4",
"postcss-font-base64": "^1.0.5",
"postcss-modules": "^3.2.2",
"pulp": "^15.0.0",
"purescript": "^0.13.6",
"purescript-psa": "^0.8.0",
"rimraf": "^3.0.2"
},
"dependencies": {
"react": "^16.13.1",
"react-dom": "^16.13.1",
"spectacle": "^5.7.0",
"spectacle-code-slide": "^0.5.2"
},
"browserslist": [
"defaults"
]
}