-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
40 lines (40 loc) · 1 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
{
"name": "future-mobility",
"version": "0.1.0",
"description": "An exhibit about the Future of Mobility",
"main": "index.html",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/IMAGINARY/future-mobility.git"
},
"author": "IMAGINARY <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IMAGINARY/future-mobility/issues"
},
"engines": {
"node": ">=14.16.0"
},
"scripts": {
"build": "npx webpack",
"watch": "npx webpack --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^5.0.2",
"dotenv-webpack": "^7.0.3",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.1.0",
"mini-css-extract-plugin": "^1.3.6",
"node-sass": "^5.0.0",
"sass-loader": "^11.0.1",
"webpack": "^5.21.2",
"webpack-cli": "^4.5.0"
},
"dependencies": {
"deepmerge": "^4.3.1",
"js-yaml": "^4.0.0",
"vec2": "^1.6.1"
}
}