-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.21 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
{
"name": "builder-coderoad",
"version": "0.2.0",
"description": "Tutorial builder for Atom-Coderoad",
"keywords": [
"atom",
"builder",
"coderoad",
"creator",
"education",
"tutorial"
],
"bugs": {
"url": "https://github.com/coderoad/builder-coderoad"
},
"license": "ISC",
"author": "Shawn McKay <[email protected]>",
"main": "lib/index.js",
"repository": "https://github.com/coderoad/builder-coderoad",
"scripts": {
"compile": "tsc"
},
"dependencies": {
"atom-plugin-command-line": "1.0.2",
"coderoad-cli": "^0.9.0",
"lodash.debounce": "4.0.8",
"material-ui": "0.15.4",
"node-file-exists": "1.1.0",
"react": "15.3.1",
"react-dom": "15.3.1",
"react-redux": "4.4.5",
"react-router-sans-urls": "0.1.2",
"react-tap-event-plugin": "1.0.0",
"redux": "3.5.2",
"redux-form": "6.0.0-alpha.15",
"redux-logger": "2.6.1",
"redux-throttle-actions": "1.1.0",
"redux-thunk": "2.1.0",
"reselect": "2.5.3",
"sort-package-json": "1.4.0"
},
"activationCommands": {
"atom-workspace": "cb-viewer:toggle"
},
"devDependencies": {
"tslint": "3.15.1",
"tslint-react": "1.0.0",
"typescript": "^2.0.0"
}
}