forked from fac-13/mad-skillzzzz
-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "mad-skillzzzz",
"version": "1.0.0",
"description": "a timed quiz app - Haydn n' Tammy",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"start": "parcel public/index.html",
"build": "parcel build public/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-13/mad-skillzzzz.git"
},
"author": "Haydn Appleby, Tammy Speed",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-13/mad-skillzzzz/issues"
},
"homepage": "https://github.com/fac-13/mad-skillzzzz#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^22.4.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-recommended": "^2.0.0",
"eslint-plugin-react": "^7.8.2",
"jest": "^22.4.4",
"parcel-bundler": "^1.8.1"
},
"dependencies": {
"react": "^16.4.1",
"react-dom": "^16.3.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"style.css": "^1.0.0"
}
}