forked from django-rea/rea-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.06 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "newrea",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/react-redux": "^7.0.5",
"@types/recompose": "^0.30.5",
"apollo-boost": "^0.3.1",
"email-validator": "^2.0.4",
"gql": "^1.1.2",
"graphql": "^14.1.1",
"graphql-tag": "^2.10.1",
"history": "^4.9.0",
"lodash": "^4.17.11",
"node-sass": "^4.11.0",
"package.json": "^2.0.1",
"react": "^16.8.5",
"react-apollo": "^2.5.3",
"react-dom": "^16.8.5",
"react-modal": "^3.8.1",
"react-redux": "^6.0.1",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.8",
"react-themeable": "^1.1.0",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"redux-action-helper": "^1.1.1",
"redux-actions-helper": "^1.0.2",
"redux-actions-helpers": "^1.0.5",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"sass": "^1.17.3",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.85.0",
"typescript": "^3.3.4000",
"vflow": "^0.2.18"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
"main": "index.js",
"directories": {
"doc": "docs"
},
"devDependencies": {
"@types/node": "^11.11.7",
"@types/react-router-dom": "^4.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LearnDeepMilwaukee/rea-app.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/LearnDeepMilwaukee/rea-app/issues"
},
"homepage": "https://github.com/LearnDeepMilwaukee/rea-app#readme"
}