-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.34 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.34 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
47
48
{
"name": "reinforcement-learning-2",
"version": "0.1.0",
"description": "Reinforcement Learning exhibit for the I AM A.I. exhibition (v2)",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/IMAGINARY/reinforcement-learning-2.git"
},
"author": "Eric Londaits <eric.londaits@imaginary.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IMAGINARY/reinforcement-learning-2/issues"
},
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"build": "npx webpack",
"watch": "npx webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^3.0.0",
"core-js": "^3.36.0",
"css-loader": "^6.10.0",
"dotenv-webpack": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^1.3.6",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"stylelint": "^16.2.1",
"stylelint-config-standard-scss": "^13.0.0",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.89.0",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"@sentry/browser": "^9.19.0",
"js-yaml": "^4.0.0"
}
}