-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.72 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.72 KB
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "fcc-pomodoro",
"version": "0.0.1",
"description": "fcc front end project",
"main": "index.js",
"scripts": {
"test": "jest",
"dev": "webpack-dev-server --mode development --open",
"build": "webpack --mode production",
"postbuild": "react-snap"
},
"author": "",
"license": "ISC",
"browserslist": [
"> 1%",
"last 2 versions"
],
"jest": {
"setupTestFrameworkScriptFile": "<rootDir>/jest-setup.js"
},
"dependencies": {
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1"
},
"devDependencies": {
"autoprefixer": "8.6.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.5",
"babel-jest": "^23.2.0",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-runtime": "^6.26.0",
"clean-webpack-plugin": "0.1.19",
"copy-webpack-plugin": "4.5.1",
"css-loader": "0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^5.0.1",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.1.0",
"eslint-plugin-react": "^7.10.0",
"file-loader": "1.1.11",
"html-webpack-plugin": "3.2.0",
"jest": "^23.3.0",
"jest-extended": "^0.7.2",
"mini-css-extract-plugin": "0.4.0",
"node-sass": "^4.14.1",
"postcss-loader": "2.1.5",
"react-snap": "^1.15.0",
"sass-loader": "7.0.3",
"sinon": "^6.1.3",
"style-loader": "0.21.0",
"webpack": "4.11.1",
"webpack-cli": "3.0.2",
"webpack-dev-server": "^3.1.4",
"webpack-md5-hash": "0.0.6"
}
}