-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.33 KB
/
Copy pathpackage.json
File metadata and controls
78 lines (78 loc) · 2.33 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "codetraining",
"version": "1.0.0",
"description": "This README would normally document whatever steps are necessary to get the application up and running.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warborn/codetraining.git"
},
"keywords": [
"code",
"coding",
"training",
"programming",
"challenges",
"code-runner"
],
"author": "Iván Munguía",
"license": "ISC",
"bugs": {
"url": "https://github.com/warborn/codetraining/issues"
},
"homepage": "https://github.com/warborn/codetraining#readme",
"dependencies": {
"Progress.js": "https://github.com/usablica/progress.js.git#9727db6e",
"animate.css": "^3.5.2",
"axios": "^0.16.2",
"bootstrap": "4.0.0-alpha.6",
"bootstrap-notify": "^3.1.3",
"codemirror": "^5.28.0",
"codemirror-one-dark-theme": "https://github.com/warborn/codemirror-one-dark-theme.git",
"devicon-2.2": "^2.2.0",
"font-awesome": "^4.7.0",
"gijgo": "1.4.0",
"highlight.js": "^9.12.0",
"jquery": "^3.2.1",
"jquery-ujs": "^1.2.2",
"marked": "^0.3.6",
"perfect-scrollbar": "^0.7.1",
"split.js": "^1.3.5",
"tether": "^1.4.0"
},
"devDependencies": {
"@rails/webpacker": "^3.0.2",
"babel-core": "^6.25.0",
"babel-loader": "7.x",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"coffee-loader": "^0.7.3",
"coffee-script": "^1.12.7",
"compression-webpack-plugin": "^1.0.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"glob": "^7.1.2",
"import-glob-loader": "^1.1.0",
"js-yaml": "^3.9.0",
"node-sass": "^4.5.3",
"path-complete-extname": "^0.1.0",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.6",
"postcss-smart-import": "^0.7.5",
"rails-erb-loader": "^5.0.2",
"resolve-url-loader": "^2.1.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.18.2",
"webpack": "^3.3.0",
"webpack-dev-server": "^2.9.4",
"webpack-manifest-plugin": "^1.2.1",
"webpack-merge": "^4.1.0"
}
}