-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 902 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
34
{
"name": "athenajs-samples",
"repository": {
"type": "git",
"url": "https://github.com/AthenaJS/athenajs-samples.git"
},
"version": "0.1.0",
"description": "Sample apps for AthenaJS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --config webpack.production.config.js",
"start": "webpack-dev-server --watch"
},
"author": "",
"license": "MIT",
"devDependencies": {
"@types/athenajs": "^0.1.0",
"babel-core": "6.24.1",
"babel-loader": "6.4.1",
"babel-preset-es2015": "6.24.1",
"happypack": "3.0.3",
"html-webpack-plugin": "2.28.0",
"imports-loader": "0.7.1",
"node-notifier": "5.1.2",
"source-map-loader": "^0.2.1",
"webpack": "2.3.3",
"webpack-dev-server": "2.4.2",
"webpack-notifier": "1.5.0"
},
"dependencies": {
"athenajs": "0.1.0"
}
}