-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 939 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
{
"name": "es6-starter",
"version": "0.1.0",
"description": "",
"main": "public/bundle.js",
"scripts": {
"start": "NODE_ENV=development ./node_modules/webpack-dev-server/bin/webpack-dev-server.js",
"build": "NODE_ENV=production ./node_modules/webpack/bin/webpack.js ./public/bundle.js",
"lint": "./node_modules/eslint/bin/eslint.js ."
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"babel-eslint": "^3.1.16",
"babel-loader": "^5.1.4",
"babel-plugin-react-require": "^1.0.2",
"babel-runtime": "^5.8.20",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"json-loader": "^0.5.2",
"marked": "^0.3.5",
"node-libs-browser": "^0.5.2",
"react": "^0.13.3",
"react-hot-loader": "^1.2.7",
"react-motion": "^0.2.7",
"reqwest": "^1.1.5",
"webpack": "^1.9.11",
"webpack-dev-server": "^1.9.0"
}
}