This repository has been archived by the owner on Aug 15, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
105 lines (105 loc) · 3.45 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
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "wonderful.software",
"version": "1.0.0",
"description": "Describe wondersoft here.",
"main": "index.js",
"scripts": {
"build": "node builder.js",
"build:assets": "webpack --config webpack.config.production.js -p",
"build:prerender": "webpack --config webpack.config.prerender.js",
"dev": "node dev-server.js",
"dev:test": "NODE_ENV=test test-bed",
"postbuild": "cp -r build/assets dist/assets",
"prebuild": "rm -rf dist && npm run build:assets && npm run build:prerender",
"prebuild:assets": "rm -rf build/assets",
"test": "nyc -r lcovonly mocha src/**/*.node.spec.js",
"lint": "standard src/**/*.js"
},
"standard": {
"parser": "babel-eslint"
},
"author": "Thai Pangsakulyanont <org.yi.dttvb@gmail.com> (http://dt.in.th/)",
"license": "CC-BY-NC-SA-4.0",
"devDependencies": {
"@kadira/storybook": "^1.28.1",
"autoprefixer": "^6.3.5",
"babel-core": "^6.9.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-plugin-__coverage__": "^1.11.111",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015-webpack": "^6.4.1",
"babel-preset-stage-2": "^6.5.0",
"cheerio": "^0.20.0",
"connect-history-api-fallback": "^1.2.0",
"critical": "^0.7.2",
"css-loader": "^0.23.1",
"escape-html": "^1.0.3",
"eslint": "^2.11.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.3.1",
"eslint-plugin-pure": "github:purely-functional/eslint-plugin-pure",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.13.4",
"extract-text-webpack-plugin": "github:michelebertoli/extract-text-webpack-plugin#614c3bb1ed72587218aa644df12bbf514fb77a06",
"file-loader": "^0.8.5",
"front-matter": "^2.0.6",
"gulp": "^3.9.1",
"gulp-gh-pages": "^0.5.4",
"html-webpack-plugin": "^2.17.0",
"htmltojsx": "0.2.5",
"hyperstyles-loader": "^1.0.1",
"json-loader": "^0.5.4",
"loader-utils": "^0.2.15",
"markdown-it": "^6.0.0",
"markdown-it-container": "^2.0.0",
"markdown-it-deflist": "^2.0.1",
"markdown-it-footnote": "^2.0.0",
"markdown-it-math": "^3.0.2",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"nyc": "^6.4.4",
"postcss-loader": "^0.8.2",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"test-bed": "github:taskworld/test-bed#better-coverage-mocha",
"url-loader": "^0.5.7",
"webpack": "^2.1.0-beta.7",
"webpack-dev-middleware": "^1.6.1",
"webpack-dev-server": "^2.0.0-beta",
"webpack-hot-middleware": "^2.10.0",
"webpack-merge": "^0.8.4",
"worker-loader": "^0.7.0",
"yaml-loader": "^0.1.0"
},
"dependencies": {
"babel-runtime": "^6.9.0",
"classnames": "^2.2.3",
"codemirror": "github:codemirror/CodeMirror",
"error-stack-parser": "^1.3.6",
"fg-loadcss": "^1.2.0",
"highlight-with-codemirror": "^1.0.0",
"hyperstyles": "^3.3.1",
"katex": "^0.5.1",
"lodash": "^4.13.1",
"normalize.css": "^4.1.1",
"react": "^15.0.2",
"react-dom": "^15.0.2",
"react-fa": "^4.1.1",
"react-helmet": "^3.0.0",
"react-hyperscript": "^2.2.2",
"react-redux": "^4.4.5",
"react-router": "^2.4.1",
"react-router-scroll": "^0.2.0",
"react-side-effect": "^1.0.2",
"recompose": "^0.19.0",
"redux": "^3.5.2",
"rx": "^4.1.0",
"rx-recompose": "^0.6.2",
"rxjs-es": "^5.0.0-beta.4",
"type-of": "^2.0.1",
"updeep": "^0.14.0"
}
}