-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.52 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
43
44
45
46
47
{
"name": "ai-wolves-n-sheep",
"version": "1.0.0",
"description": "Alvar's project done while learning the essentials of A.I.",
"author": "Alvar Hyvönen <[email protected]> (https://arbus.fi/)",
"license": "MIT",
"homepage": "https://github.com/cvgellhorn/webpack-boilerplate",
"scripts": {
"dev": "cross-env NODE_ENV=dev webpack-dev-server --progress --mode development --config webpack.config.dev.js",
"build": "webpack -p --progress --mode production --config webpack.config.build.js"
},
"devDependencies": {
"@babel/core": "^7.0.1",
"@babel/plugin-transform-flow-comments": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-eslint": "^9.0.0",
"babel-loader": "^8.0.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"clean-webpack-plugin": "0.1.19",
"cross-env": "5.2.0",
"css-loader": "1.0.0",
"eslint": "^4.9.0",
"eslint-config-prettier": "^2.6.0",
"eslint-plugin-flowtype": "^2.50.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"file-loader": "1.1.11",
"flow-bin": "^0.86.0",
"html-webpack-plugin": "3.2.0",
"node-sass": "4.9.2",
"prettier": "^1.14.0",
"sass-loader": "7.0.3",
"style-loader": "0.21.0",
"stylelint": "^9.4.0",
"stylelint-prettier": "^0.2.2",
"url-loader": "1.0.1",
"webpack": "4.16.3",
"webpack-cli": "3.1.0",
"webpack-dev-server": "3.1.5",
"webpack-merge": "4.1.3"
},
"dependencies": {
"howler": "^2.1.1",
"jquery": "^3.3.1",
"synaptic": "^1.1.4"
}
}