-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 1.83 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
70
71
72
73
74
{
"name": "afthem-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"acorn": "^7.1.1",
"acorn-jsx": "^5.1.0",
"array-move": "^2.2.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"chalk": "^3.0.0",
"cli-spinner": "^0.2.10",
"cookie-parser": "^1.4.4",
"crypto": "^1.0.1",
"express": "^4.17.1",
"fibers": "^4.0.2",
"framer-motion": "^1.10.2",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"handlebars": "^4.7.2",
"immutability-helper": "^3.0.1",
"isomorphic-git": "^1.3.1",
"js-cookie": "^2.2.1",
"js-yaml": "^3.13.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.15",
"mariadb": "^2.1.5",
"markdown-it": "^10.0.0",
"marked": "^0.8.0",
"node-pre-gyp": "^0.14.0",
"node-sass": "^4.13.1",
"path": "^0.12.7",
"react": "^16.12.0",
"react-codemirror": "^1.0.0",
"react-dnd": "^10.0.2",
"react-dnd-html5-backend": "^10.0.2",
"react-dom": "^16.12.0",
"react-perfect-scrollbar": "^1.5.7",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "3.3.0",
"sass": "^1.25.0",
"sequelize": "^5.21.3",
"typescript": "^3.7.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001",
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/codemirror": "0.0.84"
}
}