-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.09 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
{
"name": "watch-your-language",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack && cp playground/index.html dist/ && cp playground/brace/github.js dist/theme-github.js && cp playground/brace/javascript.js dist/mode-javascript.js",
"test": "mocha",
"start": "npm run build && http-server ./dist -p 8085"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tobich/watch-your-language.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/tobich/watch-your-language#readme",
"dependencies": {
"babel-core": "^6.8.0",
"http-server": "^0.9.0",
"material-ui": "^0.15.0",
"react": "^15.1.0",
"react-ace": "^3.4.1",
"react-dom": "^15.1.0",
"react-tap-event-plugin": "^1.0.0"
},
"devDependencies": {
"babel-loader": "^6.2.4",
"babel-plugin-transform-class-properties": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"cash-cp": "^0.2.0",
"chai": "^3.5.0",
"json-loader": "^0.5.4",
"mocha": "^2.4.5"
}
}