-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 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
50
51
52
53
{
"name": "todo-in-electron",
"version": "0.0.1",
"description": "",
"main": "prod.js",
"scripts": {
"start": "electron .",
"dev": "node ./dev.js",
"test": "jest",
"watch": "jest --watchAll"
},
"repository": "",
"author": "Tomas Rackauskas",
"license": "MIT",
"dependencies": {
"bulma": "^0.6.2",
"classnames": "^2.2.5",
"css-loader": "^0.28.8",
"electron": "~1.7.8",
"file-loader": "^1.1.6",
"font-awesome": "^4.7.0",
"joi": "^13.1.2",
"lodash": "^4.17.5",
"nedb": "^1.8.0",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.40",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.37",
"@babel/preset-env": "^7.0.0-beta.37",
"@babel/preset-react": "^7.0.0-beta.37",
"babel-cli": "^6.26.0",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.2",
"babel-jest": "^22.4.1",
"babel-loader": "^8.0.0-beta.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.18.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"jest": "^22.4.2",
"node-watch": "^0.5.5",
"style-loader": "^0.19.1",
"uglifyjs-webpack-plugin": "^1.1.6",
"webpack": "^3.10.0"
}
}