-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.03 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
{
"name": "jsrulez",
"version": "0.1.19",
"private": true,
"description": "A simple rule processor written in Javascript using React as view layer",
"homepage": "http://codebikeandmore.com/jsrulez",
"repository": {
"type": "git",
"url": "git+https://github.com/andresilveira/jsrulez.git"
},
"keywords": [
"javascript",
"react"
],
"author": "André Herculano",
"license": "MIT",
"bugs": {
"url": "https://github.com/andresilveira/yato/issues"
},
"dependencies": {
"enzyme-adapter-react-16": "^1.0.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts": "^1.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.1.0",
"eslint": "^4.8.0",
"gh-pages": "^1.0.0",
"jest-enzyme": "^4.0.1",
"react-test-renderer": "^16.0.0"
}
}