-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 773 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 773 Bytes
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
{
"name": "sandbox_simgame",
"version": "1.0.0",
"main": "app.js",
"repository": "git@gitlab.com:Chatmalow/sandbox_simgame.git",
"author": "Chatmalow",
"license": "",
"devDependencies": {
"@symfony/webpack-encore": "^0.28.0",
"autoprefixer": "^9.6.5",
"copy-webpack-plugin": "^5.0.4",
"node-sass": "^4.12.0",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.0.1",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"bootstrap": "^4.3.1",
"jquery": "^3.4.1",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.0",
"unicons": "0.0.3"
},
"scripts": {
"watch": "encore dev --watch",
"dev": "encore dev",
"production": "encore production"
},
"browserslist": [
"cover 99.5%",
"ie >= 8"
]
}