-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.35 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": "pouchteam.github.io",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "gulp"
},
"devDependencies": {
"babel-core": "6.23.1",
"babel-eslint": "^6.0.5",
"babel-loader": "6.4.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-plugin-transform-object-assign": "6.22.0",
"babel-preset-es2015": "6.22.0",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "6.22.0",
"css-loader": "0.6.12",
"eslint": "^3.6.0",
"eslint-config-ali": "^1.0.0",
"eslint-plugin-import": "*",
"eslint-plugin-react": "*",
"extract-text-webpack-plugin": "1.0.1",
"gulp": "3.9.1",
"gulp-util": "2.2.20",
"json-loader": "*",
"node-libs-browser": "2.0.0",
"node-sass": "^4.7.2",
"react": "15.4.2",
"react-dom": "15.4.2",
"sass-loader": "6.0.2",
"style-loader": "0.6.5",
"webpack": "1.9.11",
"webpack-dev-server": "1.2.9"
},
"dependencies": {
"exceed": "^1.7.2",
"highlight.js": "^9.12.0",
"lodash": "^4.17.4",
"markdown-it": "^8.4.0",
"markdown-it-github-preamble": "^1.0.0",
"markdown-it-github-toc": "^3.2.4",
"markdown-it-link-attributes": "^2.0.0",
"markdown-it-replace-link": "^1.0.1",
"path": "^0.12.7",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-router-dom": "^4.2.2",
"react-scroll": "^1.7.6"
}
}