-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
48
49
{
"name": "lostseas",
"version": "1.1.0",
"description": "A pirate influenced web game",
"main": "webpack.config.js",
"directories": {
"test": "tests"
},
"scripts": {
"start": "concurrently 'webpack' 'docker-compose up'",
"compile": "webpack",
"build": "node ./build/build.js",
"icons": "node createIcons.js",
"sync": "browser-sync start --proxy http://localhost:8080",
"test": "./node_modules/.bin/cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tonygustafsson/lostseas.git"
},
"author": "Tony Gustafsson",
"license": "ISC",
"homepage": "https://www.lostseas.com/",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"babel-loader": "^8.1.0",
"chartist": "^0.11.4",
"cheerio": "^1.0.0-rc.3",
"concurrently": "^5.2.0",
"css-loader": "^4.2.0",
"cypress": "^4.11.0",
"file-loader": "^6.0.0",
"fs": "0.0.1-security",
"fs-extra": "^9.0.1",
"nouislider": "^14.6.0",
"path": "^0.12.7",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"svgo": "^1.3.2",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"axios": "^0.19.2"
}
}