-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
43
44
45
46
47
{
"name": "babel-plugin-react-live",
"description": "Babel Plugin to change the syntax of React Live",
"keywords": [
"babel",
"babel-plugin",
"react",
"react live"
],
"license": "SEE LICENSE IN LICENSE FILE",
"author": "DNB Team & Tobias Høegh",
"repository": {
"type": "git",
"url": "https://github.com/dnbexperience/eufemia.git"
},
"version": "1.4.2",
"main": "babelPluginReactLive.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@babel/generator": "7.21.5",
"prettier": "2.8.0"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/preset-env": "7.20.2",
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@types/jest": "29.2.3",
"babel-jest": "29.3.1",
"jest": "29.3.1"
},
"publishConfig": {
"access": "public"
},
"engines": {
"node": "14.17.0",
"yarn": ">=1.22.10"
},
"volta": {
"node": "18.13.0",
"yarn": "1.22.10"
},
"packageManager": "[email protected]"
}