forked from sonnylazuardi/react-komik
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 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
{
"name": "react-komik",
"version": "0.0.5",
"description": "ReactJS based comic strip creator",
"main": "dist/komik.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webserver": "node src/server.js",
"build": "node_modules/.bin/webpack",
"dev": "node_modules/.bin/webpack-dev-server",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonnylazuardi/react-komik.git"
},
"keywords": [
"komik",
"reactjs",
"react",
"react-component"
],
"author": "sonnylazuardi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonnylazuardi/react-komik/issues"
},
"homepage": "https://github.com/sonnylazuardi/react-komik#readme",
"devDependencies": {
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack-dev-server": "^1.14.0",
"babel-core": "^6.3.17",
"babel-loader": "^6.2.0",
"html-webpack-plugin": "^1.7.0",
"react": "^0.14.3",
"react-dom": "^0.14.3",
"webpack": "^1.12.9"
},
"dependencies": {
"fabric-webpack": "^1.6.0-rc.1",
"object-assign": "^4.0.1"
}
}