-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.45 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
48
49
50
51
52
53
54
55
{
"name": "wordpress-react-starter",
"version": "0.0.1",
"description": "An Experimental WordPress theme using React, Bootstrap 4 alpha (and other cool stuff)",
"license": "UNLICENSED",
"main": "app/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {},
"devDependencies": {
"autobind-decorator": "^1.3.3",
"babel": "5.8.23",
"babelify": "6.4.0",
"browser-sync": "2.9.11",
"browserify": "11.2.0",
"connect-history-api-fallback": "^1.1.0",
"crypto-js": "^3.1.6",
"formsy-react": "^0.17.0",
"formsy-react-components": "http://github.com/afgarcia86/formsy-react-components.git",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-express": "^0.3.0",
"gulp-notify": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-sass": "2.1.1",
"gulp-uglify": "1.4.2",
"gulp-util": "3.0.7",
"install": "^0.4.2",
"moment": "^2.11.2",
"npm": "^3.7.1",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-helmet": "^2.3.1",
"react-router": "v2.0.0-rc5",
"react-select2-wrapper": "^0.5.0",
"superagent": "^1.7.2",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.4.0"
},
"engines": {
"node": "4.2.2",
"npm": "2.14.7"
},
"repository": {
"type": "git",
"url": "https://github.com/afgarcia86/wordpress-react-starter"
},
"keywords": [
"node",
"bootstrap",
"react"
]
}