-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
38
39
40
41
{
"name": "super-galactic-age-calculator",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"dev": "webpack-dev-server --open --config config/webpack.development.js",
"prod": "webpack --config config/webpack.production.js",
"test": "mocha-webpack --webpack-config config/webpack.test.js \"test/**/*test.js\""
},
"keywords": [],
"author": "Ryan G Ferris",
"license": "ISC",
"devDependencies": {
"clean-webpack-plugin": "^0.1.18",
"css-loader": "^0.28.9",
"file-loader": "^1.1.6",
"html-webpack-plugin": "^2.30.1",
"mocha": "^5.0.0",
"mocha-webpack": "^1.0.1",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1",
"webpack-merge": "^4.1.1",
"webpack-node-externals": "^1.6.0"
},
"dependencies": {
"bootstrap": "^4.0.0",
"jquery": "^3.3.1",
"popper": "^1.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanglenferris/super-galactic-age-calculator.git"
},
"bugs": {
"url": "https://github.com/ryanglenferris/super-galactic-age-calculator/issues"
},
"homepage": "https://github.com/ryanglenferris/super-galactic-age-calculator#readme",
"description": ""
}