-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 888 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 888 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
{
"name": "react-easy-context",
"version": "1.0.1",
"description": "",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/FranciscoMSM/react-easy-context"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack"
},
"peerDependencies": {
"react": "^16.5.1"
},
"dependencies": {
"react": "^16.5.1",
"webpack": "^4.12.0",
"ramda": "^0.25.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.0.0",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"webpack-cli": "^3.0.4"
},
"author": "franciscomsm",
"license": "ISC"
}