-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.36 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
{
"name": "art-book-app",
"private": true,
"dependencies": {
"babel-loader": "^7.1.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-modal": "^2.2.2",
"react-redux": "^5.0.5",
"react-router": "^4.1.2",
"react-router-dom": "^4.1.2",
"react-scroll": "^1.5.4",
"redux": "^3.7.2",
"redux-devtools-extension": "^2.13.2",
"webpack": "^3.3.0"
},
"engines": {
"node": "8.3.0",
"npm": "5.4.0"
},
"scripts": {
"postinstall": "webpack",
"start": "webpack --watch",
"test": "jest"
},
"description": "ArtBook is a portfolio showcase web application inspired by Behance. It is a full-stack app built using a Ruby on Rails backend, Postgresql database, and React/Redux front-end architecture.",
"version": "1.0.0",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"jest": "^22.4.3",
"redux-logger": "^3.0.6"
},
"repository": {
"type": "git",
"url": "git+https://github.com/anastassia-b/art-book-app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/anastassia-b/art-book-app/issues"
},
"homepage": "https://github.com/anastassia-b/art-book-app#readme"
}