forked from mavenlink/design-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.27 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.27 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@mavenlink/design-system",
"version": "0.43.3",
"description": "Mavenlink React Components",
"main": "src/index.js",
"scripts": {
"build": "styleguidist build",
"cleanup": "rm -rf build",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"lint": "yarn lint:es && yarn lint:styles",
"lint:es": "eslint '{,!(build)/**/}/*.js?(x)' --no-ignore .eslintrc.js",
"lint:styles": "stylelint '**/*.css'",
"start": "styleguidist server",
"test": "jest",
"test:debug": "node --inspect-brk $(yarn bin)/jest --runInBand --no-cache --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mavenlink/design-system.git"
},
"keywords": [
"Mavenlink",
"React"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mavenlink/design-system/issues"
},
"homepage": "https://mavenlink.github.io/design-system",
"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.2.3",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^5.11.1",
"@testing-library/react": "^10.4.7",
"@testing-library/react-hooks": "^3.4.1",
"@testing-library/user-event": "^12.0.13",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.0",
"cypress": "^3.1.4",
"eslint": "^4.3.0",
"eslint-config-mavenlint-react": "^2.0.0",
"eslint-plugin-cypress": "^2.2.0",
"file-loader": "^3.0.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.1.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-ga": "^2.5.6",
"react-styleguidist": "10",
"react-test-renderer": "^16.13.1",
"react-transition-group": "^2.5.3",
"style-loader": "^0.23.1",
"stylelint": "^13.3.3",
"stylelint-config-css-modules": "^1.4.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-css-modules": "^1.2.0",
"svg-sprite-loader": "^3.8.0",
"svgo": "^1.3,0",
"svgo-loader": "^2.1.0",
"url-loader": "^1.1.2",
"wait-on": "^3.2.0",
"webpack": "^4.28.3"
},
"dependencies": {
"prop-types": "^15.6.2"
}
}