-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.69 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.69 KB
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
{
"name": "ProjectMagi",
"version": "1.0.0",
"description": "RPG-menu-like resume",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --content-base src --inline --hot",
"devpub": "webpack-dev-server --content-base src --inline --hot --host 0.0.0.0",
"release": "webpack --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RodriBus/ProjectMagi.git"
},
"keywords": [],
"author": "Diego Rodríguez Suárez-Bustillo <diego@rodribus.com> (http://rodribus.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/RodriBus/ProjectMagi/issues"
},
"homepage": "https://github.com/RodriBus/ProjectMagi#readme",
"devDependencies": {
"babel-core": "^6.18.2",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.8",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"clean-webpack-plugin": "^0.1.14",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.0",
"eslint": "^3.10.2",
"eslint-config-react": "^1.1.7",
"eslint-plugin-react": "^6.7.1",
"extract-text-webpack-plugin": "^1.0.1",
"flux": "^3.1.0",
"html-webpack-plugin": "^2.24.1",
"node-sass": "^3.13.0",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"webpack": "^1.13.3",
"webpack-dev-server": "^1.16.2"
}
}