-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
39 lines (39 loc) · 1007 Bytes
/
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
{
"name": "cartographist",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron-webpack dev",
"lint": "eslint src/"
},
"keywords": [],
"author": "Szymon Kaliski <hi@szymonkaliski.com> (http://szymonkaliski.com)",
"license": "MIT",
"electronWebpack": {
"title": "Cartographist",
"whiteListedModules": []
},
"devDependencies": {
"@babel/preset-react": "^7.10.4",
"babel-eslint": "^10.1.0",
"css-loader": "^4.2.0",
"electron": "^9.1.2",
"electron-webpack": "^2.8.2",
"eslint": "^7.6.0",
"eslint-config-node-style-guide": "^3.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"eslint-plugin-react-hooks": "^4.0.8",
"webpack": "^4.44.1"
},
"dependencies": {
"immer": "^7.0.7",
"md5": "^2.2.1",
"normalize-url": "^5.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"tachyons": "^4.12.0"
}
}