forked from Longwelwind/adventures
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 Bytes
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
{
"name": "twine",
"version": "1.1.1",
"description": "",
"main": "webpack.config.js",
"dependencies": {
"@types/jimp": "^0.2.1",
"@types/lodash": "^4.14.70",
"@types/marked": "0.0.28",
"@types/react": "^15.0.38",
"@types/react-dom": "^15.5.1",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"jimp": "^0.2.28",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"mobx": "^3.2.1",
"mobx-react": "^4.2.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-transition-group": "^2.2.0",
"ts-loader": "^2.3.1",
"typescript": "^2.4.2",
"uglify-js": "^3.0.25",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.3.0"
},
"devDependencies": {},
"scripts": {
"start": "webpack --watch",
"build": "webpack -p"
},
"author": "",
"license": "ISC"
}