-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.26 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
{
"name": "react-speech-test-app",
"version": "1.0.0",
"description": "",
"license": "MIT",
"scripts": {
"build": "npm run lint && NODE_ENV=production rollup -c",
"watch": "rollup -cw",
"start": "rollup -cw",
"lint": "tslint --project tsconfig.json"
},
"author": {
"name": "Andre Goncalves",
"email": "andre@andregoncalves.com",
"url": "https://andregoncalves.com"
},
"devDependencies": {
"@types/es6-promise": "^3.3.0",
"@types/prop-types": "^15.5.2",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "^8.0.0",
"react": "16",
"react-autosize-textarea": "^3.0.2",
"react-dom": "16",
"rollup": "latest",
"rollup-plugin-babili": "^3.1.1",
"rollup-plugin-commonjs": "latest",
"rollup-plugin-copy": "latest",
"rollup-plugin-css-only": "latest",
"rollup-plugin-livereload": "latest",
"rollup-plugin-node-resolve": "latest",
"rollup-plugin-postcss": "latest",
"rollup-plugin-replace": "latest",
"rollup-plugin-serve": "latest",
"rollup-plugin-typescript2": "latest",
"rollup-watch": "latest",
"tslib": "latest",
"tslint": "latest",
"typescript": "latest",
"typings": "latest"
},
"dependencies": {
"npm": "^5.7.1"
}
}