forked from ritz078/transform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 985 Bytes
/
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
{
"name": "transform",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"analyze": "cross-env ANALYZE=1 next build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"babel-standalone": "^6.25.0",
"babili-webpack-plugin": "^0.1.2",
"copy-text-to-clipboard": "^1.0.2",
"css-to-react-native": "^2.0.4",
"htmltojsx": "https://github.com/ritz078/react-magic/tarball/feature-svg-attributes",
"is-in-browser": "^1.1.3",
"js-beautify": "^1.6.14",
"json2dts": "^0.0.2",
"lodash": "^4.17.4",
"next": "3.0.3",
"nprogress": "^0.2.0",
"pretty": "^2.0.0",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-ace": "^5.1.2",
"react-dom": "^15.6.1",
"react-github-corner": "^0.3.0",
"webpack-bundle-analyzer": "^2.9.0"
}
}