-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·43 lines (43 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·43 lines (43 loc) · 1.15 KB
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
{
"name": "memory_game",
"version": "1.0.0",
"description": "Memory Game React App",
"homepage": "https://bajako.github.io/memory-game-react",
"bugs": {
"url": "https://github.com/bajako/memory-game-react/issues",
"email": "ba.jakoniuk@gmail.com"
},
"license": "ISC",
"author": {
"name": "Bartek Jakoniuk",
"email": "ba.jakoniuk@gmail.com",
"url": "https://github.com/bajako"
},
"main": "webpack.config.js",
"repository": {
"type": "git",
"url": "https://github.com/bajako/memory-game-react.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "^15.4.0",
"react-dom": "^15.4.0",
"webpack": "^3.11.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "^5.4.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"stylelint-config-standard": "^18.2.0"
}
}