forked from STRML/strml.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 915 Bytes
/
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
{
"name": "strml.net",
"version": "0.0.1",
"description": "",
"main": "app.js",
"scripts": {
"build": "webpack .",
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack-dev-server --open",
"watch": "webpack --progress --watch"
},
"author": "Samuel Reed <[email protected]> (http://strml.net/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-flow": "^6.23.0",
"babel-preset-stage-3": "^6.24.1",
"exports-loader": "^0.6.2",
"raw-loader": "^0.5.1",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"bluebird": "^3.5.0",
"classlist-polyfill": "^1.0.1",
"markdown": "^0.5.0",
"mouse-wheel": "^1.0.2"
}
}