forked from nouhoum/play-react-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.16 KB
/
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
38
39
40
41
42
43
44
45
46
47
{
"name": "play-react-webpack",
"version": "1.0.0",
"description": "Playframework + React Js + webpack",
"main": "index.js",
"author": "Nouhoum Traoré",
"license": "ISC",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nouhoum/play-react-webpack.git"
},
"keywords": [
"play",
"reactjs",
"webpack"
],
"bugs": {
"url": "https://github.com/nouhoum/play-react-webpack/issues"
},
"homepage": "https://github.com/nouhoum/play-react-webpack#readme",
"dependencies": {
"react": "^0.14.5",
"react-dom": "^0.14.5"
},
"devDependencies": {
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-react-require": "^2.1.0",
"babel-plugin-transform-react-jsx": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"css-loader": "^0.23.1",
"eslint": "^1.10.3",
"eslint-loader": "^1.2.0",
"jsx-loader": "^0.13.2",
"node-sass": "^3.4.2",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.10"
}
}