-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "css_typestyle",
"version": "1.0.0",
"description": "TypeStyle CSS",
"main": "./lib/index.js",
"typings": "lib",
"module": "./lib.es2015/index.js",
"scripts": {
"start": "webpack-dev-server --hot --inline --no-info --content-base ./public"
},
"repository": {
"type": "git",
"url": "https://github.com/dmitry9/css_typestyle.git"
},
"keywords": [],
"author": "Dmitry Karpov",
"license": "MIT",
"bugs": {
"url": "https://github.com/dmitry9/css_typestyle.git"
},
"homepage": "https://github.com/dmitry9/css_typestyle#readme",
"dependencies": {
"@types/react": "^15.0.25",
"@types/react-dom": "^15.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"ts-loader": "^2.1.0",
"typestyle": "^1.3.2",
"typescript": "2.2.1"
},
"devDependencies": {
"@types/node": "^7.0.22",
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^2.0.0",
"webpack-dev-server": "^2.4.5"
}
}