-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 875 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": "react-url-texteditor",
"author": "bona-ws",
"version": "1.0.10",
"private": false,
"repository": "git://github.com/bona-ws/react-url-texteditor",
"babel": {
"presets": [
"@babel/preset-react"
]
},
"description": "",
"main": "script.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "react-scripts build",
"start": "react-scripts start",
"publish:npm": "babel ./src/component -d . --copy-files"
},
"dependencies": {},
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/preset-react": "^7.12.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "^4.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}