-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.16 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": "ui-designer",
"version": "0.1.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fortitude/ui-designer.git"
},
"author": "Fortitude",
"bugs": {
"url": "https://github.com/fortitude/ui-designer/issues"
},
"homepage": "https://github.com/fortitude/ui-designer",
"devDependencies": {
"babel-eslint": "^6.1.2",
"electron": "^1.3.4",
"enzyme": "^2.4.1",
"eslint": "^3.4.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-plugin-import": "^1.14.0",
"eslint-plugin-jsx-a11y": "^2.2.1",
"eslint-plugin-react": "^6.2.0",
"jest": "^15.1.1",
"react-addons-test-utils": "^15.3.1"
},
"dependencies": {
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.14.0",
"react": "^15.3.1",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "^15.3.1"
},
"jest": {
"moduleFileExtensions": [
"js",
"jsx",
"json"
],
"testRegex": "\\.spec\\.jsx?$"
}
}