-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.44 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
{
"name": "simulador-quimico",
"version": "1.0.0",
"description": "\"#simulador-quimico\" \r Projeto de TCC onde será desenvolvido uma aplicação para estudo da cinética química.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir lib --extensions \".ts,.tsx\"",
"bundle": "webpack",
"build:prod": "webpack -p",
"publish": "./node_modules/.bin/gh-pages -d dist/ -d dist/",
"postinstall": "npm prune"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savitoh/simulador-quimico.git"
},
"author": "Sávio Raires <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/savitoh/simulador-quimico/issues"
},
"homepage": "https://github.com/savitoh/simulador-quimico#readme",
"devDependencies": {
"@babel/cli": "^7.0.0-beta.32",
"@babel/core": "^7.0.0-beta.32",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.32",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.32",
"@babel/preset-env": "^7.0.0-beta.32",
"@babel/preset-typescript": "^7.0.0-beta.32",
"babel-loader": "^8.0.0-beta.0",
"css-loader": "^0.28.11",
"extract-text-webpack-plugin": "^3.0.2",
"gh-pages": "^1.1.0",
"style-loader": "^0.20.3",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
},
"dependencies": {
"@types/echarts": "0.0.12",
"echarts": "^4.0.2"
}
}