-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.15 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
{
"private": true,
"name": "html-to-hyperscript",
"homepage": "http://html-to-hyperscript.paqmind.com",
"author": "Paqmind team (paqmind.com)",
"license": "MIT",
"scripts": {
"postinstall": "bin/install",
"dev": "webpack-dev-server --config webpack.config-dev.js --progress --colors --port 2992 --inline",
"predist": "ln -sfn ../backend/index.html public/index.html",
"dist": "NODE_ENV=production webpack --config webpack.config-prod.js --progress --colors"
},
"engines": {
"node": ">=4.2.2"
},
"dependencies": {
"autoprefixer": "^6.3.1",
"babel": "5.8.20",
"babel-core": "5.8.20",
"babel-eslint": "3.1.20",
"babel-loader": "5.2.2",
"codemirror": "5.10.0",
"css-loader": "0.23.1",
"extract-text-webpack-plugin": "^0.9.1",
"file-loader": "0.8.5",
"html-to-hyperscript": "^0.5.2",
"json-loader": "0.5.4",
"less": "2.5.3",
"less-loader": "2.2.2",
"lodash.debounce": "3.1.1",
"normalize.css": "3.0.3",
"postcss-loader": "^0.8.0",
"ramda": "0.18.0",
"style-loader": "0.13.0",
"url-loader": "0.5.7",
"webpack": "1.12.9",
"webpack-dev-server": "1.10.1"
}
}