-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 965 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 965 Bytes
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": "tag-reactify",
"version": "1.0.2",
"description": "",
"main": "lib/index.js",
"module": "src/index.js",
"scripts": {
"build": "npm run test && babel src -d lib",
"test": "./scripts/run-tests",
"preversion": "npm i && npm run build",
"postversion": "push-current-branch-and-latest-tag"
},
"author": "",
"license": "ISC",
"dependencies": {},
"peerDependencies": {
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.3",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-react-app": "^5.1.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.18.0",
"jsdom": "^16.0.0",
"mocha": "^7.0.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"normanzb-build-scripts": "^0.0.4"
}
}