-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.98 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
{
"name": "dxf-viewer",
"version": "0.1.0",
"private": true,
"engines": {
"npm": "6.9.0",
"node": "12.5.0"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/react-fontawesome": "^0.1.4",
"@types/jest": "24.0.17",
"@types/node": "12.7.1",
"@types/react": "16.9.1",
"@types/react-dom": "16.8.5",
"bootstrap": "^4.3.1",
"dxf": "^4.2.1",
"node-sass": "^4.12.0",
"react": "^16.9.0",
"react-container-dimensions": "^1.4.1",
"react-dom": "^16.9.0",
"react-scripts": "3.1.0",
"react-styleguidist": "^9.1.14",
"react-virtualized": "^9.21.1",
"source-map-explorer": "^2.0.1",
"typescript": "3.5.3"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"compile": "NODE_ENV=production babel src --out-dir lib --copy-files",
"styleguide": "styleguidist server",
"styleguide:build": "styleguidist build",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"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.5.5",
"@babel/preset-react": "^7.0.0",
"@storybook/addon-actions": "^5.1.10",
"@storybook/addon-links": "^5.1.10",
"@storybook/addons": "^5.1.10",
"@storybook/react": "^5.1.10",
"babel-cli": "^6.26.0",
"css-loader": "^3.2.0",
"mini-css-extract-plugin": "^0.8.0",
"sass-loader": "^8.0.0",
"source-map-loader": "^0.2.4",
"style-loader": "^1.0.0",
"ts-loader": "^6.0.4",
"webpack-cli": "^3.3.7"
}
}