-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 852 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": "craco-purescript-loader",
"version": "2.1.0",
"description": "A craco plugin to use purs-loader (purescript) with create-react-app",
"repository": "github:andys8/craco-purescript-loader",
"main": "index.js",
"author": "andys8",
"license": "MIT",
"keywords": [
"craco",
"create-react-app",
"react",
"webpack",
"purescript",
"purs-loader"
],
"devDependencies": {
"@craco/craco": "^6.4.2",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.2",
"prettier": "^2.5.0",
"react-scripts": "^4.0.3"
},
"peerDependencies": {
"@craco/craco": "^6.4.2",
"react-scripts": "^4.0.3"
},
"dependencies": {
"purs-loader": "^4.0.0"
},
"lint-staged": {
"*.js": "eslint"
}
}