forked from ultimatecourses/angular-tesla-range-calculator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 878 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
{
"name": "react-tesla-range-calculator",
"version": "1.0.0",
"description": "Describe react-tesla-range-calculator here",
"private": true,
"scripts": {
"build": "nwb build-react-app",
"clean": "nwb clean-app",
"lint": "eslint src",
"start": "nwb serve-react-app",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
},
"dependencies": {
"classnames": "2.2.5",
"react": "15.4.1",
"react-dom": "15.4.1"
},
"devDependencies": {
"babel-plugin-react-html-attrs": "2.0.0",
"eslint-config-jonnybuchanan": "4.8.0",
"nwb": "0.13.6",
"nwb-sass": "0.6.0"
},
"author": "JOnny Buchanan <jonathan.buchanan@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/insin/react-tesla-range-calculator.git"
}
}