-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.06 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.06 KB
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
{
"name": "js-inspector",
"version": "1.0.0",
"description": "",
"keywords": [
"react",
"json",
"inspector"
],
"homepage": "/js-explorer",
"main": "src/index.js",
"dependencies": {
"@fortawesome/fontawesome": "latest",
"@fortawesome/fontawesome-free-solid": "latest",
"@fortawesome/react-fontawesome": "latest",
"emotion": "latest",
"json-hash": "^1.2.0",
"lodash": "latest",
"prop-types": "latest",
"ramda": "latest",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-emotion": "latest",
"react-scripts": "1.1.0",
"recompose": "latest",
"semantic-ui-react": "^0.78.2",
"uuid-base62": "0.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-jest-diff": "^1.0.2",
"enzyme": "^3.3.0",
"eslint": "^4.17.0",
"eslint-config-kennship": "^0.1.1",
"gh-pages": "^1.1.0",
"recompose": "0.26.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}