-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.53 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.53 KB
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
{
"name": "susa-dev-environment",
"version": "1.0.0",
"main": "src/components/index.jsx",
"repository": "https://github.com/Optifun/susa-dev-environment.git",
"author": "Dmitry Frolov <frdima19@gmail.com>",
"license": "none",
"private": true,
"scripts": {
"dev": "webpack --mode=development",
"build": "webpack --mode=production",
"test": "jest",
"docz:dev": "docz dev",
"docz:build": "docz build",
"docz:serve": "docz build && docz serve"
},
"keywords": [
"react",
"react-components",
"sass"
],
"dependencies": {
"@babel/polyfill": "^7.10.4",
"@bem-react/classname": "^1.5.8",
"docz": "^2.3.1",
"gatsby-plugin-sass": "^2.3.12",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^10.4.9",
"babel-loader": "^8.1.0",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^4.2.1",
"eslint": "^7.6.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.5",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.4.2",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"react-test-renderer": "^16.13.1",
"sass-loader": "^9.0.3",
"style-loader": "^1.2.1",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12"
}
}