This repository was archived by the owner on May 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.51 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.51 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
{
"name": "prototype",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/data-atlas/prototype",
"author": "Wei Wei <lyweiwei@outlook.com>",
"license": "MIT",
"scripts": {
"build": "webpack",
"start": "webpack-dev-server"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-loader": "^7.1.2",
"babel-plugin-import": "^1.6.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.15.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"node-sass": "^4.8.3",
"react-hot-loader": "^4.1.1",
"sass-loader": "^7.0.1",
"style-loader": "^0.21.0",
"webpack": "3.8.1",
"webpack-dev-server": "^2.10.1"
},
"dependencies": {
"antd": "^3.4.1",
"axios": "^0.17.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"bluebird": "^3.5.1",
"copy-webpack-plugin": "^4.3.1",
"esprima": "^4.0.0",
"koa": "^2.5.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-markdown": "^3.1.4",
"react-monaco-editor": "^0.13.0",
"react-router-dom": "^4.2.2",
"react-syntax-highlighter": "^7.0.0",
"showdown": "^1.8.6"
}
}