Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80736 views
1
{
2
"name": "example-js-app",
3
"version": "0.0.0",
4
"description": "",
5
"main": "index.js",
6
"scripts": {
7
"build": "browserify -t reactify -r react -r ./src/App > ../webapp/static/bundle.js",
8
"test": "echo \"Error: no test specified\" && exit 1"
9
},
10
"dependencies": {
11
"envify": "^3.0.0",
12
"react": "^0.13.0",
13
"browserify": "^3.38.0",
14
"reactify": "^1.0.0"
15
}
16
}
17
18