-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 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
{
"name": "react_st_1",
"version": "0.0.1",
"description": "No description",
"main": "index.html",
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-env": "^1.1.0",
"babel-plugin-syntax-jsx": "^6.5.0",
"babel-plugin-transform-react-jsx": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"babel-preset-stage-2": "^6.5.0",
"babel-preset-stage-3": "^6.5.0",
"babel-register": "^6.7.2",
"babelify": "^7.2.0",
"eslint": "^2.4.0",
"eslint-config-google": "^0.4.0",
"eslint-plugin-es6-recommended": "^0.1.2",
"eslint-plugin-jsx": "0.0.2",
"eslint-plugin-react": "^4.2.3",
"express": "^4.13.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"watchify": "^3.7.0",
"wolfy87-eventemitter": "^4.3.0"
},
"scripts": {
"build-js": "browserify static/jsx/app.jsx -t babelify -o static/js/app.js",
"watch-js": "watchify static/jsx/app.jsx -t babelify -o static/js/app.js"
},
"license": "MIT"
}