This repository was archived by the owner on Nov 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.32 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.32 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
{
"author": "Allen Goodman",
"dependencies": {
"@piximi/store": "^0.1.23",
"@piximi/types": "^0.1.8",
"@tensorflow/tfjs": "^1.1.2",
"@types/lodash": "^4.14.149",
"image-js": "^0.21.6",
"lodash": "^4.17.13",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-starter-kit": "^0.5.1"
},
"devDependencies": {
"@types/enzyme": "^3.9.1",
"@types/enzyme-adapter-react-16": "^1.0.5",
"@types/jest": "^24.0.12",
"@types/node": "^12.0.0",
"@types/react": "^16.8.17",
"@types/react-color": "^3.0.0",
"@types/react-dom": "^16.8.4",
"@types/storybook__react": "^4.0.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"jest": "^24.8.0",
"jest-enzyme": "^7.0.2",
"lint-staged": "^8.1.6",
"ts-jest": "^24.0.2",
"typescript": "^3.4.5"
},
"files": [
"dist"
],
"jest": {
"preset": "ts-jest",
"setupFilesAfterEnv": [
"./src/setupTests.ts"
],
"testEnvironment": "node"
},
"license": "MIT",
"main": "./dist/index.js",
"name": "@piximi/models",
"private": false,
"repository": "https://github.com/piximi/models",
"scripts": {
"build": "rm -rf ./dist && tsc -p ./tsconfig.json",
"test": "jest"
},
"types": "./dist/index.d.ts",
"version": "0.1.4"
}