-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "ancilla",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"start": "parcel src/index.html",
"start-dev": "API_PORT=5000 parcel src/index.html",
"build": "parcel build src/index.html",
"clean": "rimraf dist"
},
"devDependencies": {
"parcel": "^1.12.4",
"rimraf": "^3.0.0",
"sass": "^1.23.1",
"typescript": "^3.6.4"
},
"dependencies": {
"@types/node": "^13.9.3",
"@types/qs": "^6.9.0",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.3",
"axios": "^0.19.0",
"dayjs": "^1.8.21",
"evergreen-ui": "^4.20.0",
"office-ui-fabric-react": "^7.56.0",
"pubsub-js": "^1.7.0",
"qs": "^6.9.1",
"react": "^15.3.0 || ^16.0.0-alpha",
"react-dom": "^15.3.0 || ^16.0.0-alpha",
"react-file-drop": "^0.2.8",
"react-redux": "^7.1.3",
"react-router-dom": "^5.1.2",
"react-split-pane": "^0.1.87",
"react-virtualized": "^9.21.2",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"semantic-ui-css": "^2.4.1"
}
}