forked from cid-harvard/product-space
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 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
{
"name": "@cid-harvard/product-space",
"version": "0.7.0",
"description": "A customizable and interactive product space",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"bin": {
"product-space": "bin.js",
"product-space-clean": "clean.js"
},
"author": "Huy Nguyen <[email protected]> (https://www.huy-nguyen.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/cid-harvard/product-space.git"
},
"devDependencies": {
"@cid-harvard/eslint-config": "0.1.2",
"@cid-harvard/stylelint-config": "0.1.0",
"@cid-harvard/tslint-config": "0.1.0",
"babel-eslint": "8.0.2",
"eslint": "4.12.0",
"eslint-plugin-jest": "21.3.2",
"eslint-plugin-react": "7.5.1",
"prettier": "1.8.2",
"stylelint": "8.3.1",
"tslint": "5.8.0",
"typescript-styled-plugin": "0.1.2",
"webpack-dev-server": "2.9.4"
},
"dependencies": {
"@babel/core": "7.0.0-beta.31",
"@babel/plugin-proposal-object-rest-spread": "7.0.0-beta.31",
"@babel/preset-env": "7.0.0-beta.31",
"@types/d3-format": "1.2.1",
"@types/d3-scale": "1.0.10",
"@types/gsap": "1.19.1",
"@types/lodash": "4.14.83",
"@types/react": "16.0.21",
"@types/react-dnd": "2.0.34",
"@types/react-dnd-html5-backend": "2.1.8",
"@types/react-dom": "16.0.2",
"babel-loader": "8.0.0-beta.0",
"babel-preset-react": "7.0.0-beta.3",
"babel-register": "7.0.0-beta.3",
"classnames": "2.2.5",
"css-loader": "0.28.7",
"d3-format": "1.2.0",
"d3-scale": "1.0.6",
"gsap": "1.20.3",
"html-webpack-plugin": "2.30.1",
"lodash": "4.17.4",
"open": "0.0.5",
"react": "16.0.0",
"react-dnd": "2.5.4",
"react-dnd-html5-backend": "2.5.4",
"react-dom": "16.0.0",
"reset-css": "2.2.1",
"rimraf": "2.6.2",
"style-loader": "0.19.0",
"styled-components": "2.2.3",
"ts-loader": "3.1.1",
"typescript": "2.6.1",
"webpack": "3.8.1"
}
}