-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 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
{
"name": "react_g_element",
"version": "1.0.19",
"description": "React components",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist --copy-files"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadaman-rm/react_g_element.git"
},
"author": "gadaman-rm",
"license": "ISC",
"bugs": {
"url": "https://github.com/gadaman-rm/react_g_element/issues"
},
"homepage": "https://github.com/gadaman-rm/react_g_element#readme",
"dependencies": {
"rtl_wrapper": "^1.0.2"
},
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/plugin-syntax-jsx": "^7.22.5",
"@babel/preset-env": "^7.22.10",
"@babel/preset-react": "^7.22.5"
},
"peerDependencies": {
"sass": "^1.66.1"
}
}