-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
138 lines (138 loc) · 4.24 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
"name": "draco-ui-react",
"version": "0.1.0",
"description": "iPad UI for draco art project",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --open",
"start-all": "cross-env NODE_ENV=development webpack-dev-server --open --host 0.0.0.0",
"build": "cross-env NODE_ENV=production webpack",
"build-dev": "cross-env webpack",
"format": "prettier --write 'packages/**/*.js'",
"test": "jest --watchAll --coverage",
"precommit": ""
},
"lint-staged": {
"*.{js,jsx,css,md}": [
"prettier --write --single-quote",
"eslint --fix",
"git add"
]
},
"jest": {
"testEnvironment": "jsdom",
"moduleDirectories": [
"src",
"node_modules"
],
"moduleNameMapper": {
"\\.(css|scss)$": "<rootDir>/__mocks__/styleMock.js",
"\\.(jpg|gif|ttf|eot|svg)$": "<rootDir>/__mocks__/fileMock.js"
},
"transform": {
"^.+\\.(js|jsx)$": "babel-jest",
".+\\.(css|styl|less|sass|scss)$": "<rootDir>/node_modules/jest-css-modules-transform"
},
"setupTestFrameworkScriptFile": "<rootDir>/setupTests.js",
"moduleFileExtensions": [
"css",
"scss",
"js",
"json",
"jsx"
]
},
"repository": "https://github.com/brandon-fryslie/pixel-free-react",
"author": "brandon-fryslie",
"license": "ISC",
"private": false,
"engines": {
"node": ">=8",
"npm": ">=3"
},
"dependencies": {
"@material-ui/core": "^3.9.3",
"@material-ui/icons": "^3.0.2",
"@material-ui/lab": "^3.0.0-alpha.30",
"babel-loader": "^8.0.6",
"bootstrap": "^4.3.1",
"core-js": "^2.6.9",
"lodash": ">=4.17.13",
"mobx": "^5.9.4",
"mobx-react": "^5.4.3",
"mobx-utils": "^5.4.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-beautiful-dnd": "^11.0.1",
"react-bootstrap": "^1.0.0-beta.8",
"react-data-grid": "^6.1.0",
"react-data-grid-addons": "^6.1.0",
"react-dom": "npm:@hot-loader/react-dom",
"react-hot-loader": "4.8.3",
"react-rotary-knob": "^1.1.5",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-decorators": "7.4.0",
"@babel/plugin-proposal-export-namespace-from": "7.2.0",
"@babel/plugin-proposal-function-sent": "7.2.0",
"@babel/plugin-proposal-json-strings": "7.2.0",
"@babel/plugin-proposal-numeric-separator": "7.2.0",
"@babel/plugin-proposal-throw-expressions": "7.2.0",
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/plugin-syntax-import-meta": "7.2.0",
"@babel/plugin-transform-runtime": "7.4.3",
"@babel/polyfill": "7.4.3",
"@babel/preset-env": "^7.4.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "7.4.0",
"@babel/runtime": "7.4.3",
"babel-eslint": "10.0.1",
"babel-jest": "24.7.1",
"babel-plugin-lodash": "3.3.4",
"browserslist": "4.5.4",
"clean-webpack-plugin": "2.0.1",
"connect-history-api-fallback": "1.6.0",
"cross-env": "5.2.0",
"css-loader": "2.1.1",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.12.1",
"eslint": "5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-config-prettier": "4.1.0",
"eslint-loader": "2.1.2",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jest": "22.4.1",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-prettier": "3.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-watch": "5.0.1",
"file-loader": "3.0.1",
"html-webpack-plugin": "3.2.0",
"husky": "1.3.1",
"identity-obj-proxy": "3.0.0",
"jest": "24.7.1",
"jest-css-modules-transform": "2.1.1",
"jest-enzyme": "7.0.2",
"jest-fetch-mock": "2.1.2",
"jsdom": "14.0.0",
"koa-connect": "2.0.1",
"lint-staged": "8.1.5",
"mini-css-extract-plugin": "0.6.0",
"node-sass": "4.11.0",
"npm-check-updates": "3.1.7",
"optimize-css-assets-webpack-plugin": "5.0.1",
"prettier": "1.16.4",
"pretty-quick": "1.10.0",
"sass-loader": "7.1.0",
"script-ext-html-webpack-plugin": "2.1.3",
"style-loader": "0.23.1",
"terser-webpack-plugin": "1.2.3",
"webpack": "4.29.6",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.3.1",
"webpack-merge": "4.2.1"
}
}