-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
45 lines (45 loc) · 1.24 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
{
"name": "react-simple-invoice",
"version": "1.0.14",
"description": "",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist",
"start": "nodemon --exec babel-node demo/index.js",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/golmansax/react-simple-invoice.git"
},
"author": {
"name": "Holman Gao",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/golmansax/react-simple-invoice/issues"
},
"homepage": "https://github.com/golmansax/react-simple-invoice#readme",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0-0",
"@babel/node": "^7.12.6",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"babel-eslint": "^8.2.3",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.7.0",
"express": "^4.16.3",
"moment": "^2.22.1",
"nodemon": "^2.0.0",
"numeral": "^2.0.6",
"prop-types": "^15.6.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
}
}