-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "json-converter",
"homepage": "http://www.alexandrawright.net/apps/json/",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^4.0.0",
"font-awesome": "^4.7.0",
"highlight.js": "^9.12.0",
"jquery": "^3.3.1",
"json2csv": "^4.0.0",
"popper": "^1.0.1",
"popper.js": "^1.12.9",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-dropzone": "^4.2.11",
"react-json-pretty": "^1.7.4",
"react-scripts": "1.1.1",
"react-syntax-highlighter": "^7.0.1",
"tether": "^1.4.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"description": "Web app that converts JSON to CSV",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/f3mshep/json-converter-yay.git"
},
"author": "Alexandra Wright",
"license": "ISC",
"bugs": {
"url": "https://github.com/f3mshep/json-converter-yay/issues"
}
}