-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 919 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
38
{
"name": "Parambre",
"version": "0.0.1",
"private": true,
"devDependencies": {
"gh-pages": "^2.0.1",
"react-scripts": "^2.0.2"
},
"dependencies": {
"kuker-emitters": "^6.7.4",
"lodash": "^4.17.11",
"prop-types": "^15.6.1",
"ramda": "^0.26.1",
"react": "^16.3.1",
"react-dom": "^16.3.1",
"react-redux": "^5.0.7",
"react-resizable-rotatable-draggable": "^0.2.0",
"react-rnd": "^9.0.4",
"react-sizeme": "^2.5.2",
"redux": "^3.5.2",
"redux-loop": "^4.5.4",
"styled-components": "^4.1.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"eject": "react-scripts eject",
"test": "react-scripts test --env=node",
"deploy": "gh-pages -d build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"homepage": "https://jesseilev.github.io/parambre"
}