-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
37 lines (37 loc) · 970 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
36
37
{
"name": "turbo-react",
"version": "0.9.0",
"description": "Transitions between static HTML pages; no app server required.",
"main": "./public/dist/turbo-react.min.js",
"scripts": {
"build": "webpack -p",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress --colors --watch"
},
"repository": {
"type": "git",
"url": "https://github.com/ssorallen/turbo-react.git"
},
"keywords": [
"react",
"turbolinks"
],
"author": "Ross Allen <rossgit@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ssorallen/turbo-react/issues"
},
"homepage": "https://github.com/ssorallen/turbo-react",
"dependencies": {
"@babel/standalone": "^7.0.0-beta.34",
"htmltojsx": "^0.3.0",
"react": "15.4.2",
"react-dom": "15.4.2"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"turbolinks": "5.0.0",
"webpack": "^1.4.15"
}
}