forked from juliogarciag/rails-atom-schema
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "rails-atom-schema",
"main": "./lib/rails-atom-schema",
"version": "1.1.1",
"description": "Schema information for Rails projects",
"keywords": [],
"activationCommands": {
"atom-workspace": "rails-atom-schema:toggle"
},
"deserializers": {
"rails-atom-schema/RailsAtomSchemaView": "deserializeSchema"
},
"repository": "https://github.com/juliogarciag/rails-atom-schema",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"child-process-promise": "^2.2.1",
"loaders.css": "^0.1.2",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-loaders": "^3.0.1",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-jest": "^21.2.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"eslint": "^4.10.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.4.0",
"jest": "^21.2.1",
"prettier": "^1.8.2"
}
}