-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
62 lines (62 loc) · 1.52 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
{
"name": "mc-react-ptable-materials-grid",
"version": "0.8.3",
"author": "Kristjan Eimre <[email protected]>",
"main": "dist/index.js",
"module": "dist/index.js",
"babel": {
"presets": [
"@babel/preset-react",
"@babel/preset-env"
]
},
"dependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"ag-grid-community": "^32.1.0",
"ag-grid-react": "^32.1.0",
"bootstrap": "^5.2.2",
"file-saver": "^2.0.5",
"mc-react-library": "^0.3.1",
"react": "^18.1.0",
"react-bootstrap": "^2.6.0",
"react-dom": "^18.1.0",
"react-scripts": "^5.0.1",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"prebuild": "rimraf dist",
"build": "cross-env NODE_ENV=production npx babel src/MaterialSelector --out-dir dist --copy-files",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"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.19.3",
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
"@babel/preset-react": "^7.18.6",
"babel-loader": "^9.1.0",
"cross-env": "^7.0.3",
"rimraf": "^4.1.2"
}
}