-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.06 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": "charterial-js",
"version": "0.1.0",
"description": "A canvas based graphing library",
"main": "./dist/charterial.js",
"typings": "./src/charterial.d.ts",
"author": "",
"license": "MIT",
"scripts": {
"demo": "static-server --port 8080 -i demo/index.html"
},
"devDependencies": {
"@types/classnames": "0.0.32",
"@types/js-cookie": "^2.0.28",
"awesome-typescript-loader": "^3.0.8",
"css-loader": "^0.28.1",
"extract-text-webpack-plugin": "^2.1.0",
"gulp": "^3.9.1",
"gulp-typescript": "^3.1.5",
"gulp-watch": "^4.3.11",
"harmonize": "^2.0.0",
"js-cookie": "^2.1.3",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"style-loader": "^0.17.0",
"ts-loader": "^2.0.1",
"typedoc": "^0.6.0",
"typedoc-webpack-plugin": "^1.1.4",
"typescript": "^2.2.1",
"typings": "^2.1.0",
"webpack": "^2.5.0",
"webpack-stream": "^3.2.0"
},
"dependencies": {
"classnames": "^2.2.5",
"js-cookie": "^2.1.3",
"moment": "^2.17.1",
"paper": "^0.11.3",
"react": "^15.5.4"
}
}