-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
{
"name": "react-memory-game",
"version": "1.0.0",
"description": "The minimal memory game made with React and Bootstrap icons.",
"scripts": {
"start": "node server.js",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/alexpivtorak/react-memory-game.git"
},
"keywords": [
"react",
"reactjs",
"memory",
"game",
"webpack",
"sass",
"bootstrap",
"alex",
"pivtorak"
],
"author": "Alex Pivtorak <alex.pivtorak@gmail.com> (http://github.com/alexpivtorak)",
"license": "MIT",
"bugs": {
"url": "https://github.com/alexpivtorak/react-memory-game/issues"
},
"homepage": "https://github.com/alexpivtorak/react-memory-game",
"devDependencies": {
"babel-core": "^6.0.20",
"babel-eslint": "^4.1.3",
"babel-loader": "^6.0.1",
"babel-preset-es2015": "^6.0.15",
"babel-preset-react": "^6.0.15",
"babel-preset-stage-0": "^6.0.15",
"bootstrap-loader": "^2.0.0-beta.11",
"bootstrap-sass": "^3.3.7",
"css-loader": "^0.25.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.6.2",
"file-loader": "^0.9.0",
"node-sass": "^3.10.0",
"react-addons-update": "^15.3.2",
"react-classset": "0.0.2",
"react-hot-loader": "^1.3.0",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.2",
"shuffle-array": "^1.0.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.12.1"
},
"dependencies": {
"react": "^0.14.6",
"react-dom": "^0.14.6"
}
}