forked from project-cemetery/react-timeline-scribble
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 639 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 639 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
{
"name": "react-timeline-scribble",
"version": "1.0.14",
"description": "React Timeline component",
"main": "build/index.js",
"scripts": {
"build": "babel src -d build",
"prepare": "yarn build"
},
"author": "Igor Kamyshev",
"keywords": [
"timeline"
],
"repository": {
"type": "git",
"url": "https://github.com/TheNovel/react-timeline-scribble"
},
"license": "MIT",
"dependencies": {
"emotion": "^10.0.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1"
}
}