forked from Revln9/react-agenda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.47 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
48
49
50
51
52
53
54
55
{
"name": "react-agenda",
"version": "0.0.8",
"description": "An advanced agenda / organizer built with react",
"main": "build/index.js",
"peerDependencies": {
"moment": "^2.0.1",
"prop-types": "^15.5.0",
"react": "^15.5.0",
"react-dom": "^15.5.0"
},
"dependencies": {
"classnames": "^2.2.6",
"drag-drop-touch-polyfill": "https://github.com/Revln9/drag-drop-touch-polyfill-ES5-compiled.git",
"react-datetime": "^2.16.3",
"prop-types": "^15.6.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/revln9/react-agenda"
},
"keywords": [
"Agenda",
"Scheduler",
"Events",
"react",
"npm"
],
"author": "sami.chetbi@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/revln9/react-agenda/issues"
},
"homepage": "https://github.com/revln9/react-agenda",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"style-loader": "^0.23.1",
"webpack": "^4.29.0",
"webpack-cli": "^3.2.1",
"webpack-node-externals": "^1.7.2"
}
}