-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 906 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
{
"name": "pathfinder-character-sheet",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "curl https://raw.githubusercontent.com/shdwjk/TheAaronSheet/master/TheAaronSheet.js -o node_modules/TheAaronSheet.js",
"build": "webpack --config webpack.config.js",
"prod": "SET NODE_ENV=production& webpack --config webpack.config.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-preset-es2015": "^6.22.0",
"exports-loader": "^0.6.3",
"extract-loader": "^0.1.0",
"file-loader": "^0.10.0",
"html-loader": "^0.4.4",
"html-webpack-inline-source-plugin": "0.0.6",
"html-webpack-plugin": "^2.28.0",
"script-ext-html-webpack-plugin": "^1.7.1",
"webpack": "^2.2.1"
},
"dependencies": {
"underscore": "^1.8.3"
}
}