forked from eser/darty-react-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.71 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
{
"name": "darty-react-app",
"description": "Darty React App",
"keywords": [
"typescript",
"react",
"spa",
"boilerplate",
"starter"
],
"version": "0.10.0",
"homepage": "http://darty-react-app.s3-website-eu-west-1.amazonaws.com",
"author": "Eser Ozvataf <[email protected]>",
"contributors": [
{
"name": "Eser Ozvataf",
"email": "[email protected]",
"url": "http://eser.ozvataf.com/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/eserozvataf/darty-react-app.git"
},
"bugs": {
"url": "https://github.com/eserozvataf/darty-react-app/issues"
},
"license": "Apache-2.0",
"main": "./dist/index.js",
"engines": {
"node": ">=8.10.0"
},
"scripts": {
"start": "darty start",
"dev": "darty dev",
"lint": "darty lint",
"test": "darty test",
"bundle": "darty bundle",
"bundle:prod": "darty bundle:prod",
"containerize": "darty containerize",
"aws:copy": "aws s3 sync ./dist s3://darty-react-app",
"aws:open": "start http://darty-react-app.s3-website-eu-west-1.amazonaws.com"
},
"dependencies": {
"darty": "^0.50.2",
"express": "^4.16.4"
},
"devDependencies": {
"@types/enzyme": "^3.1.14",
"@types/jest": "^23.3.9",
"@types/react": "^16.4.18",
"@types/react-router": "^4.4.0",
"bulma": "^0.7.2",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-native-web": "^0.9.6",
"react-redux": "^5.1.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0"
}
}