-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.5 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
50
51
52
53
54
55
{
"name": "screep-redux",
"version": "0.0.1",
"description": "Screep redux bot because why not?",
"main": "main.js",
"scripts": {
"test": "yarn build && jest",
"build": "rollup -c",
"deploy:local": "yarn build --watch",
"deploy:screeps": "yarn build --watch --host=screeps.com"
},
"author": "CaptEmulation <[email protected]>",
"license": "ISC",
"jest": {
"preset": "ts-jest/presets/js-with-babel",
"testEnvironment": "node",
"setupFilesAfterEnv": [
"<rootDir>/jest.setup.js"
]
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.6",
"@babel/preset-env": "^7.1.6",
"@types/jest": "^27.0.3",
"@types/screeps": "^2.5.4",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.1.0",
"grunt": "^1.0.4",
"grunt-screeps": "^1.4.0",
"jest": "^27.4.5",
"lodash": "^4.17.19",
"rollup": "^0.67.4",
"rollup-plugin-babel": "^4.0.3",
"rollup-plugin-babel-minify": "^6.1.1",
"rollup-plugin-commonjs": "^9.2.0",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-plugin-replace": "^2.1.0",
"ts-jest": "^27.1.2"
},
"dependencies": {
"lodash.differencewith": "^4.5.0",
"lodash.mapvalues": "^4.6.0",
"lodash.uniqby": "^4.7.0",
"nearly": "^1.8.1",
"redux": "^4.0.1",
"redux-saga": "^0.16.2",
"reselect": "^4.0.0",
"rollup-plugin-typescript2": "^0.22.0",
"sillyname": "^0.1.0",
"tree-model": "^1.0.7",
"typescript": "^3.2.2",
"uuid": "^3.3.2"
}
}