-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.18 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
75
76
{
"name": "fpb",
"version": "0.1.9",
"private": true,
"main": "lib/index.js",
"homepage": "https://fred8617.github.io/fpb",
"repository": {
"type": "git",
"url": "https://github.com/fred8617/fpb.git"
},
"dependencies": {
"@apollo/react-hooks": "^3.1.3",
"@babel/preset-typescript": "^7.18.6",
"apollo-boost": "^0.4.4",
"graphiql": "^0.16.0",
"graphql": "^14.5.8",
"mobx": "^4.14.0",
"mobx-react-lite": "^1.4.1",
"react-beautiful-dnd": "^12.0.0",
"react-container-query": "^0.11.0",
"react-frame-component": "^4.1.1",
"react-grid-layout": "^0.16.6",
"react-json-view": "^1.19.1",
"react-sizeme": "^2.6.7",
"react-split-pane": "^0.1.87",
"shortid": "^2.2.15"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"compile": "cross-env NODE_ENV=production npm run babel&&npm run types&&npm run less",
"build": "react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"babel": "babel --source-maps --extensions .tsx,.ts src/fpb -d lib",
"types": "tsc --project tsconfig.types.json",
"less": "lessc ./src/FPB/index.less ./lib/index.css"
},
"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": {
"@babel/cli": "^7.7.0",
"@types/jest": "24.0.18",
"@types/node": "12.7.5",
"@types/react": "16.9.2",
"@types/react-dom": "16.9.0",
"antd": "^3.25.1",
"babel-plugin-import": "^1.12.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-debugger": "^6.9.4",
"babel-preset-minify": "^0.5.1",
"cross-env": "^6.0.3",
"customize-cra": "^0.7.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mobx-react": "^5.4.4",
"mobx-react-devtools": "^6.1.1",
"react": "^16.9.0",
"react-app-rewired": "^2.1.3",
"react-dom": "^16.9.0",
"react-scripts": "3.4.1",
"typescript": "3.6.3"
}
}