-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.09 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
{
"name": "component-picturemodal-bl",
"jest": {
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
},
"verbose": false
},
"version": "1.0.0",
"description": "component for the pictures and the modal",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"build": "webpack --watch",
"seed": "node server/dbs/data.seed.js",
"production": "npm run seed && node server/server.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elite-grub/component-picturemodal-bl.git"
},
"author": "bl",
"license": "ISC",
"bugs": {
"url": "https://github.com/elite-grub/component-picturemodal-bl/issues"
},
"homepage": "https://github.com/elite-grub/component-picturemodal-bl#readme",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-jest": "^24.1.0",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"chai-enzyme": "^1.0.0-beta.1",
"css-loader": "^2.1.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.10.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.14.1",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"faker": "^4.1.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.1.0",
"jest-enzyme": "^7.0.1",
"nodemon": "^1.18.10",
"style-loader": "^0.23.1",
"uglifyjs-webpack-plugin": "^2.1.2",
"webpack": "^4.29.0",
"webpack-bundle-analyzer": "^3.0.4",
"webpack-cli": "^3.2.1",
"webpack-dev-server": "^3.1.14"
},
"dependencies": {
"axios": "^0.18.0",
"body-parser": "^1.18.3",
"express": "^4.16.4",
"path": "^0.12.7",
"pg": "^7.8.1",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"sequelize": "^4.42.0"
}
}