-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.59 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
56
{
"name": "writing-site",
"version": "1.0.0",
"description": "A site that allows you to organize your characters, worlds, and outlines",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --hot --port 8080 --host 0.0.0.0 --inline",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rosasynstylae/writing-site.git"
},
"keywords": [],
"author": "Sam",
"license": "ISC",
"bugs": {
"url": "https://github.com/rosasynstylae/writing-site/issues"
},
"homepage": "https://github.com/rosasynstylae/writing-site#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"eslint": "^5.5.0",
"eslint-plugin-react": "^7.11.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"prettier": "1.14.2",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"redux-devtools-extension": "^2.13.2",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"file-loader": "^1.1.11",
"firebase": "^4.9.0",
"lodash": "^4.17.19",
"react-redux": "^5.0.6",
"react-redux-firebase": "^2.0.2",
"redux": "^3.7.2",
"redux-firestore": "^0.3.2",
"redux-form": "^7.3.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.77.2",
"styled-components": "^3.0.2",
"url-loader": "^1.0.1"
}
}