forked from Connect2IC/connect2ic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 928 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
38
39
40
41
{
"name": "connect2ic",
"author": "Mio Quispe",
"version": "0.0.3",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"build": "preconstruct build",
"dev": "preconstruct watch",
"postinstall": "preconstruct dev"
},
"devDependencies": {
"@babel/core": "^7.17.10",
"@babel/preset-env": "^7.17.10",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@preconstruct/cli": "^2.1.5",
"babel-plugin-inline-import": "^3.0.0",
"babel-plugin-inline-import-data-uri": "^1.0.1",
"prettier": "^2.5.1",
"turbo": "^1.1.9",
"typescript": "^4.4.3"
},
"engines": {
"npm": ">=7.0.0",
"node": ">=14.0.0"
},
"packageManager": "npm@8.1.0",
"preconstruct": {
"packages": [
"packages/core",
"packages/react"
]
},
"dependencies": {
"babel-plugin-file-loader": "^2.0.0",
"fp-ts": "^2.12.1"
}
}