forked from KamelCasedKids/fec2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.82 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "fec",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"axios": "^0.21.1",
"bulma": "^0.9.2",
"cors": "^2.8.5",
"express": "^4.17.1",
"puppeteer": "^7.1.0",
"serve": "^11.3.2",
"store2": "^2.12.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-react": "^6.24.1",
"bulma": "^0.9.2",
"css-loader": "^5.0.2",
"enzyme": "^3.11.0",
"eslint": "^7.20.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^5.2.0",
"jest": "^26.6.3",
"mini-css-extract-plugin": "^1.3.9",
"node-sass": "^5.0.0",
"nodemon": "^2.0.7",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-icons": "^4.2.0",
"react-test-renderer": "^17.0.1",
"sass-loader": "^11.0.1",
"style-loader": "^2.0.0",
"webpack": "^5.24.2",
"webpack-cli": "^4.5.0",
"webpack-dev-server": "^3.11.2"
},
"peerDependencies": {
"react": ">=17.0.1",
"react-dom": ">=17.0.1"
},
"scripts": {
"start": "webpack serve",
"build": "webpack",
"watch": "webpack -w",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jverploeg/fec.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jverploeg/fec/issues"
},
"homepage": "https://github.com/jverploeg/fec#readme"
}