This repository was archived by the owner on Feb 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.49 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.49 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
{
"name": "fict-sr",
"version": "1.0.0",
"description": "Website for FICT SR",
"main": "index.js",
"scripts": {
"test": "test",
"start:client:dev": "webpack-dev-server --mode development --config webpack.config.dev.babel.js --open",
"build": "webpack --config webpack.config.prod.babel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fict-team/website.git"
},
"keywords": [
"FICT",
"React"
],
"author": "FICT",
"license": "ISC",
"bugs": {
"url": "https://github.com/fict-team/website/issues"
},
"homepage": "https://github.com/fict-team/website#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"autoprefixer": "^9.7.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"eslint": "^6.6.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^4.2.0",
"img-loader": "^3.0.1",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"react": "^16.11.0",
"react-hot-loader": "^4.12.15",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.9.0"
},
"dependencies": {
"prop-types": "^15.7.2",
"react-dom": "^16.11.0",
"react-redux": "^7.1.1",
"redux": "^4.0.4"
}
}