-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
42
{
"name": "retro-frogger",
"version": "1.0.0",
"main": "index.js",
"author": "Mike Joyce <[email protected]>",
"license": "MIT",
"dependencies": {
"autoprefixer": "^9.0.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"extract-text-webpack-plugin": "next",
"favicons-webpack-plugin": "^0.0.9",
"file-loader": "^1.1.11",
"font-awesome": "^4.7.0",
"foundation-sites": "^6.5.0-rc.2",
"howler": "^2.0.14",
"imagemin-webpack-plugin": "^2.2.0",
"motion-ui": "^2.0.3",
"node-sass": "^4.9.2",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"postcss-loader": "^2.1.6",
"resolve-url-loader": "^2.3.0",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.3",
"what-input": "^5.1.1"
},
"scripts": {
"dev": "webpack -d --watch",
"prod": "webpack -p"
},
"devDependencies": {
"webpack-cli": "^3.1.0"
},
"description": "A classic Frogger arcade game clone",
"repository": "https://github.com/mikejoyceio/arcade-game.git"
}