-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 725 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 725 Bytes
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
{
"name": "match_three_clone",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:davidbasalla/match_three_clone.git",
"author": "David Basalla <davidbasalla@gmail.com>",
"license": "MIT",
"devDependencies": {
"eslint": "^4.18.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^6.0.0",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"prettier": "^1.10.2",
"webpack": "^3.11.0",
"webpack-dev-server": "^2.11.1"
},
"dependencies": {
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"fabric": "^2.0.1",
"lodash": "^4.17.5",
"react": "^16.2.0"
}
}