-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 975 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
35
36
37
38
{
"//": "This Manifest file describes the build environment.",
"name": "rocketscience",
"repository": {
"type": "https://github.com/jobtalle/RocketScience"
},
"license": "Proprietary",
"author": "Job Talle, Luc van den Brand",
"scripts": {
"pack-dev": "webpack --mode development",
"pack-prod": "webpack --mode production"
},
"ava": {
"require": [
"@babel/register",
"babel-polyfill"
]
},
"devDependencies": {
"@babel/preset-env": "^7.0.0-beta.44",
"@babel/register": "^7.0.0-beta.44",
"babel-polyfill": "^6.26.0",
"browser-env": "^3.2.5",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"uglifyjs-webpack-plugin": "^1.3.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1"
},
"dependencies": {
"noisejs": "^2.1.0",
"npm": "^6.4.1",
"pako": "^1.0.6",
"poly-decomp": "^0.3.0",
"myr.js": "^1.0.1"
}
}