This repository has been archived by the owner on May 7, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
68 lines (68 loc) · 1.64 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
{
"name": "cloudcite",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"author": {
"name": "Naval Patel",
"email": "navalpatel384@gmail.com",
"url": "https://navalpatel.xyz"
},
"contributors": [
{
"name": "Naval Patel",
"email": "navalpatel384@gmail.com",
"url": "https://navalpatel.xyz"
},
{
"name": "Avi Shah",
"email": "me@avimshah.com",
"url": "https://avimshah.com"
}
],
"dependencies": {
"algoliasearch": "^3.32.0",
"citeproc": "^2.1.214",
"loaders.css": "^0.1.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.identity": "^3.0.0",
"lodash.pickby": "^4.6.0",
"lodash.uniq": "^4.5.0",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"react-loaders": "^3.0.1",
"react-redux": "^6.0.1",
"react-router-dom": "^4.3.1",
"react-scripts": "^2.1.5",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.84.0",
"shortid": "^2.2.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"transass": "node-sass src/styles.scss src/styles.css -w"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"node-sass": "*",
"redux-devtools": "^3.5.0",
"redux-devtools-extension": "^2.13.8",
"rollup": "^1.2.3",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1"
}
}