forked from tohashi/css-typesetter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.27 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
{
"name": "css-typesetter",
"version": "0.1.1",
"main": "src/app.js",
"scripts": {
"build": "gulp build",
"watch": "gulp"
},
"author": "tohashi",
"license": "MIT",
"engines": {
"node": "^4.2.2",
"npm": "^2.14.7"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-sass": "^2.2.0",
"gulp-util": "^3.0.7",
"gulp-webserver": "^0.9.1",
"watchify": "^3.7.0"
},
"dependencies": {
"keymirror": "^0.1.1",
"lodash": "^4.9.0",
"react": "^15.0.1",
"react-clipboard.js": "^0.2.3",
"react-dom": "^15.0.1",
"react-draggable": "github:tohashi/react-draggable",
"react-dropzone": "^3.3.4",
"react-modal": "^1.0.0",
"react-redux": "^4.4.2",
"react-tabs": "^0.5.3",
"redux": "^3.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tohashi/css-typesetter.git"
},
"bugs": {
"url": "https://github.com/tohashi/css-typesetter/issues"
},
"homepage": "https://github.com/tohashi/css-typesetter#readme",
"description": "GUI Tool for typsetting with CSS",
"keywords": [
"css",
"react"
]
}