-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 733 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 733 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
{
"name": "react-starter",
"private": true,
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"packs:build": "cd monobrow/frontend-pack && npm install && monobrow -c index.js",
"build": "monobrow",
"start": "node src/server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "joshwnj",
"license": "MIT",
"devDependencies": {
"monobrow": "^2.6.2",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-2": "^6.22.0",
"babelify": "^7.3.0"
},
"dependencies": {
}
}