forked from teachaccess/tutorial
-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
37 lines (37 loc) · 1.07 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
{
"name": "a11y",
"version": "1.0.0",
"description": "",
"private": true,
"dependencies": {
"codemirror": "^5.7.0",
"exerslide": "~1.0.2",
"exerslide-plugin-bulletlist-layout": "^1.0.0",
"exerslide-plugin-center-layout": "^1.0.0",
"exerslide-plugin-column-layout": "^1.0.0",
"exerslide-plugin-html-converter": "^1.0.0",
"exerslide-plugin-markdown-converter": "^1.0.1",
"font-awesome": "^4.4.0",
"foundation-sites": "^6.1.2",
"react": "^15.0.0",
"react-dom": "^15.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.1.0",
"babel-core": "^6.2.1",
"babel-loader": "^6.2.0",
"babel-plugin-transform-runtime": "^6.3.13 ",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babel-preset-stage-0": "^6.1.18",
"babel-runtime": "^6.3.13",
"css-loader": "^0.23.0",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "^0.8.5",
"is-text-path": "^1.0.1",
"json-loader": "^0.5.4",
"style-loader": "^0.13.0",
"webpack": "^1.12.9",
"yaml-loader": "^0.4.0"
}
}