-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
33 lines (33 loc) · 980 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": "aurial",
"version": "1.2.0",
"description": "Aurial",
"repository": "shrimpza/aurial",
"engines": {
"node": ">=4.1.1"
},
"main": "index.js",
"scripts": {
"dist": "webpack --display-error-details --config src/webpack.dist.config.js",
"watch": "webpack --progress --watch --config src/webpack.dev.config.js",
"start": "webpack-dev-server --progress --config src/webpack.dev.config.js"
},
"author": "shrimpza",
"dependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.24.1",
"blueimp-md5": "^2.15.0",
"copy-webpack-plugin": "^4.6.0",
"exports-loader": "^0.6.4",
"html-webpack-plugin": "^2.30.1",
"imports-loader": "^0.6.5",
"moment": "^2.25.3",
"preact": "^10.4.1",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.11.5"
}
}