-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1004 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
33
34
35
{
"name": "WB-Guestbook",
"version": "0.0.1",
"description": "A nice guestbook",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "*",
"babel-loader": "6.3.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"grunt": "~0.4.5",
"grunt-babel": "^6.0.0",
"grunt-contrib-compass": "^1.0.4",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-react": "^0.12.3",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"redux": "^3.6.0",
"webpack": "^1.15.0",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"facebook-plugins": "^1.0.5"
}
}