forked from vmware-archive/react-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.22 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
{
"name": "react-console-component-example",
"version": "0.5.0",
"description": "Example react console emulator",
"private": true,
"homepage": "https://autochthe.github.io/react-console/",
"repository": "git+https://github.com/autochthe/react-console.git",
"keywords": [
"react-component",
"console",
"example"
],
"author": "Mara Kim <[email protected]> (https://github.com/autochthe)",
"license": "GPL-3.0",
"bugs": "https://github.com/autochthe/react-console/issues",
"main": "dist/react-console.example.js",
"style": "dist/react-console.example.css",
"scripts": {
"prepublish": "typings install && webpack",
"build": "webpack",
"clean": "rm -rf dist",
"clean:deep": "rm -rf dist node_modules typings",
"test": "webpack"
},
"devDependencies": {
"css-loader": "^0.23.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"node-sass": "^3.8.0",
"react": "^15.1.0",
"react-console-component": "^0.6.1",
"react-dom": "^15.1.0",
"sass-loader": "^4.0.0",
"source-map-loader": "^0.1.5",
"ts-loader": "^0.8.2",
"typescript": "^1.8.10",
"typings": "^1.3.0",
"webpack": "^1.13.1",
"webpack-fail-plugin": "^1.0.4"
}
}