-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.19 KB
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
42
43
44
45
46
{
"name": "DEVGRU",
"version": "1.0.0",
"description": "Real Simple",
"author": "Brendan Sheehan",
"license": "ISC",
"babel": {
"presets": [
"@babel/preset-env"
],
"plugins": [
"react-hot-loader/babel"
]
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-2": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^2.1.1",
"dotenv-webpack": "^7.0.3",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"image-webpack-loader": "^4.6.0",
"jshint": "^2.12.0",
"react-hot-loader": "^4.13.0",
"source-map-loader": "^2.0.1",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"dev": "webpack-dev-server --host 0.0.0.0 --mode development --env.NODE_ENV --open --hot",
"build": "webpack --mode production --env.NODE_ENV"
},
"dependencies": {
"gsap": "^2.1.3",
"matter-js": "^0.14.2",
"pixi.js": "^6.0.0",
"script-ext-html-webpack-plugin": "^2.1.5",
"tone": "^13.8.34"
}
}