-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.22 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
40
41
42
{
"name": "purescript-react-basic-emotion",
"version": "1.0.0",
"description": "[Emotion](https://emotion.sh/) support for [react-basic](https://github.com/lumihq/purescript-react-basic)!",
"main": "index.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lumihq/purescript-react-basic-emotion.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lumihq/purescript-react-basic-emotion/issues"
},
"homepage": "https://github.com/lumihq/purescript-react-basic-emotion#readme",
"dependencies": {
"@emotion/react": "^11.9.3",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"bower": "^1.8.14",
"npm-check-updates": "^15.3.4",
"npm-run-all": "^4.1.5",
"pulp": "^16.0.2",
"purescript": "^0.15.4",
"spago": "^0.20.9"
},
"scripts": {
"deps": "run-s deps:*",
"deps:spago": "spago install",
"deps:pulp": "bower install",
"build": "run-s build:*",
"build:spago": "spago build",
"build:pulp": "pulp build -o output-pulp",
"clean": "rm -rf .spago bower_components output output-pulp node_modules .pulp-cache .psci_modules"
}
}