-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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": "a.i.-dino-run",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@tensorflow/tfjs": "^0.9.0",
"babel-polyfill": "^6.26.0",
"dev": "^0.1.3"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-1": "^6.24.1",
"clean-webpack-plugin": "^0.1.19",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.9.0",
"eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.10.0",
"file-loader": "^1.1.11",
"less": "~3.9.0",
"less-loader": "~4.1.0",
"style-loader": "^0.20.3",
"url-loader": "^1.0.1",
"webpack": "^4.5.0",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.1.3"
},
"scripts": {
"build": "webpack --mode production",
"start": "webpack --mode production && serve -l 80"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nakzz/A.I.-Dino-Run.git"
},
"author": "Ajmain Naqib",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nakzz/A.I.-Dino-Run/issues"
},
"homepage": "https://github.com/Nakzz/A.I.-Dino-Run#readme"
}