-
Notifications
You must be signed in to change notification settings - Fork 35
/
package.json
37 lines (37 loc) · 983 Bytes
/
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
{
"name": "viaxchtest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"animakit-expander": "^2.1.2",
"babelify": "^7.3.0",
"bootstrap": "^3.3.7",
"jquery": "^3.2.1",
"react": "^15.6.2",
"react-cellblock": "^3.0.4",
"react-dom": "^15.6.2",
"react-jsonschema-form": "^0.51.0",
"react-web-tabs": "^0.4.3",
"uuid": "^3.1.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "browserify -t [ babelify --presets [ react ] ] src/index.js -o build/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djpnewton/viaxchtest.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/djpnewton/viaxchtest/issues"
},
"homepage": "https://github.com/djpnewton/viaxchtest#readme"
}