-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.37 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.37 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
{
"name": "content_editor_comcept",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack -w",
"postinstall": "webpack",
"server": "node server.js"
},
"author": "Vinicius Dallacqua",
"license": "ISC",
"dependencies": {
"autoprefixer": "^6.3.1",
"babel-core": "^6.5.1",
"babel-eslint": "^6.0.2",
"babel-loader": "^6.2.2",
"babel-plugin-syntax-class-properties": "^6.5.0",
"babel-plugin-syntax-decorators": "^6.5.0",
"babel-plugin-transform-class-properties": "^6.5.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.2.0",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"core-decorators": "^0.11.0",
"css-loader": "^0.23.1",
"eslint-config-airbnb": "^6.2.0",
"eslint-plugin-react": "^4.3.0",
"eslint": "^2.7.0",
"extract-text-webpack-plugin": "^1.0.1",
"koa-body": "^1.4.0",
"koa-cors": "0.0.16",
"koa-gzip": "^0.1.0",
"koa-router": "^5.4.0",
"koa-static": "^1.5.2",
"koa": "^1.1.2",
"marked": "^0.3.5",
"node-sass": "^3.4.2",
"postcss-loader": "^0.8.0",
"react-dom": "^15.0.0",
"react": "^15.0.0",
"sass-loader": "^3.1.2",
"simplemde": "^1.10.1",
"style-loader": "^0.13.0",
"webpack": "^1.12.13"
}
}