-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 965 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 965 Bytes
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
{
"name": "reactplasmid",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "3",
"cursor": "file:/Users/justinvrana/Documents/Github/react-cursor-position/",
"d3": "4.13.0",
"lodash": "^4.17.5",
"prop-types": "^15.6.0",
"randomcolor": "^0.5.3",
"react": "^16.2.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.2.0",
"react-scripts": "1.1.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "nyc mocha --require babel-register",
"eject": "react-scripts eject",
"coverage": "nyc mocha --require babel-register"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"chai": "^4.1.2",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}