forked from STRML/strml.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.11 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
{
"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 --mode development",
"watch": "webpack --progress --watch"
},
"author": "Samuel Reed <[email protected]> (http://strml.net/)",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-json-strings": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"babel-loader": "^8.0.0",
"exports-loader": "^0.7.0",
"raw-loader": "^3.1.0",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.8.1"
},
"dependencies": {
"@babel/runtime": "^7.6.2",
"bluebird": "^3.5.0",
"classlist-polyfill": "^1.0.1",
"markdown": "^0.5.0",
"mouse-wheel": "^1.0.2"
}
}